Changeset fe27d99 for Jenkinsfile


Ignore:
Timestamp:
Nov 7, 2019, 11:30:50 AM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
d056d0d
Parents:
099f5bd
Message:

Forgot to add the new gcc to build options

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    r099f5bd rfe27d99  
    439439                                        description: 'Which compiler to use',                                   \
    440440                                        name: 'Compiler',                                                                       \
    441                                         choices: 'gcc-6\ngcc-5\ngcc-4.9\nclang',                                        \
    442                                         defaultValue: 'gcc-6',                                                          \
     441                                        choices: 'gcc-9\ngcc-8\ngcc-7\ngcc-6\ngcc-5\ngcc-4.9\nclang',                                   \
     442                                        defaultValue: 'gcc-8',                                                          \
    443443                                ],                                                                                              \
    444444                                [$class: 'ChoiceParameterDefinition',                                           \
Note: See TracChangeset for help on using the changeset viewer.