File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed
Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ pipeline
6767 {
6868 echo " env.TARGET_REF: ${ env.TARGET_REF} "
6969 echo " env.STORE_BUILD: ${ env.STORE_BUILD} "
70+ echo " Updated Jenkinsfile"
7071
7172 if (env. TARGET_REF != null && env. TARGET_REF != ' ' )
7273 TARGET_REF = env. TARGET_REF
@@ -221,7 +222,9 @@ pipeline
221222 bash " ls -lah"
222223 unstash ' linux_build'
223224 bash " ls -lah"
224- bash ' ./Build/BuildsManagerTest'
225+ bash " ls -lah ./Build/Src/Tests"
226+ bash " chmod +x ./Build/Src/Tests/RunAllTests.sh"
227+ bash " ./Build/Src/Tests/RunAllTests.sh"
225228 }
226229 post { failure { script { FAILED_STAGE = env. STAGE_NAME } } }
227230 }
@@ -234,7 +237,8 @@ pipeline
234237 bat ' dir'
235238 unstash ' windows_build'
236239 bat ' dir'
237- bat ' .\\ Build\\ Debug\\ BuildsManagerTest.exe'
240+ bat ' dir .\\ Build\\ Src\\ Tests\\ Debug'
241+ bat ' .\\ Build\\ Src\\ Tests\\ RunAllTests.bat -d'
238242 }
239243 post { failure { script { FAILED_STAGE = env. STAGE_NAME } } }
240244 }
Original file line number Diff line number Diff line change 99- Add wildcard support for filenames and extensions
1010- Add tests and examples (On Windows as well)
1111- Make SearchLibraryNames and SearchDirectories optional (?)
12- - Add System Source Type for dependencies
12+ - Add cache limit
13+ - Add system source type for dependencies
14+ - Add local YAML source type for dependencies
15+ - Add optional url YAML source type for dependencies
16+ - Add ability to reference local YAML for user config
17+ - Add version for user config and prompt for update
1318- Output compile_command.json
1419- Allow Languages to override FileExtensions in compiler profile (?)
You can’t perform that action at this time.
0 commit comments