Skip to content

Commit

Permalink
set image
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoIeni committed Nov 21, 2024
1 parent fc30a49 commit 448219e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ci/github-actions/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ auto:

- image: i686-gnu-1
env:
IMAGE: i686-gnu
SCRIPT: >
python3 ../x.py --stage 2 test
tests/ui
Expand All @@ -226,6 +227,7 @@ auto:

- image: i686-gnu-2
env:
IMAGE: i686-gnu
SCRIPT: >
python3 ../x.py --stage 2 test
--skip tests/ui
Expand All @@ -242,6 +244,7 @@ auto:

- image: i686-gnu-nopt-1
env:
IMAGE: i686-gnu-nopt
SCRIPT: >
python3 ../x.py test --stage 0 --config /config/nopt-std-config.toml library/std &&
python3 ../x.py --stage 2 test
Expand All @@ -255,6 +258,7 @@ auto:

- image: i686-gnu-nopt-2
env:
IMAGE: i686-gnu-nopt
SCRIPT: >
python3 ../x.py test --stage 0 --config /config/nopt-std-config.toml library/std &&
python3 ../x.py --stage 2 test
Expand Down

0 comments on commit 448219e

Please sign in to comment.