Skip to content

Commit a166a0d

Browse files
committed
Merge branch 'topic/ci_latest' into 'master'
CI: Pass '--latest' to anod commands See merge request eng/ide/gnatstudio!117
2 parents d216429 + 78cecf3 commit a166a0d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ build_and_test:
1212
- mem:16
1313
stage: build_and_test
1414
script:
15-
- . ~/.aws_container_credentials
16-
- export PATH=/it/e3/bin:$PATH
17-
1815
# Setup the 'anod vcs' for this repo
1916
- cd /it/wave
2017
- anod vcs --add-repo gnatstudio $CI_PROJECT_DIR
@@ -44,8 +41,8 @@ build_and_test:
4441

4542
# Build & test using anod
4643
- cd /it/wave
47-
- anod build gps --minimal
48-
- anod build gps_testsuite_drivers --minimal
44+
- anod build gps --minimal --latest
45+
- anod build gps_testsuite_drivers --minimal --latest
4946
# Set this to deactivate some event-synth tests
5047
- export GITLAB_CI=1
5148

0 commit comments

Comments
 (0)