Skip to content

Commit dd56826

Browse files
committed
Add a vxworks build phase in gitlab CI
This platform has some special cases in the build process, so it is safer to add a CI step for it. The testsuite is not ready yet to test cross platforms. Issue: eng/toolchain/gnatcoll-core#124
1 parent bcad4e2 commit dd56826

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gitlab-ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,13 @@ build_and_test_x86_64_linux_llvm:
193193
BUILD_ARGS: -Qcompiler=gnat-llvm
194194
TEST_ARGS: -Qcompiler=gnat-llvm
195195

196+
build_x86_64_linux_vx7r2_21.07:
197+
extends: .job_template
198+
stage: build
199+
script:
200+
- anod vcs --add-repo gnatcoll-core $CI_PROJECT_DIR
201+
- anod build --latest gnatcoll-core --target=x86_64-vx7r2,21.07,,unknown
202+
196203
build_and_test_x86_64_linux_valgrind:
197204
extends: .build_and_test_x86_64_linux_template
198205
allow_failure: true # To remove once all tests pass

0 commit comments

Comments
 (0)