We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d216429 + 78cecf3 commit a166a0dCopy full SHA for a166a0d
.gitlab-ci.yml
@@ -12,9 +12,6 @@ build_and_test:
12
- mem:16
13
stage: build_and_test
14
script:
15
- - . ~/.aws_container_credentials
16
- - export PATH=/it/e3/bin:$PATH
17
-
18
# Setup the 'anod vcs' for this repo
19
- cd /it/wave
20
- anod vcs --add-repo gnatstudio $CI_PROJECT_DIR
@@ -44,8 +41,8 @@ build_and_test:
44
41
45
42
# Build & test using anod
46
43
47
- - anod build gps --minimal
48
- - anod build gps_testsuite_drivers --minimal
+ - anod build gps --minimal --latest
+ - anod build gps_testsuite_drivers --minimal --latest
49
# Set this to deactivate some event-synth tests
50
- export GITLAB_CI=1
51
0 commit comments