Changeset dcf1979


Ignore:
Timestamp:
Aug 10, 2020, 3:40:12 PM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
e2702fd
Parents:
a8bad5b
Message:

Jenkins file now calls autogen.sh before building

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    ra8bad5b rdcf1979  
    114114        release = Settings.RunAllTests || Settings.RunBenchmark
    115115        build_stage('Build : configure', true) {
     116                // Configure must be run inside the tree
     117                dir (SrcDir) {
     118                        // Generate the necessary build files
     119                        sh './autogen.sh'
     120                }
     121
    116122                // Build outside of the src tree to ease cleaning
    117123                dir (BuildDir) {
Note: See TracChangeset for help on using the changeset viewer.