GLdc/.gitlab-ci.yml
Luke Benstead 0b2d575487 Tweak CI
2020-10-26 22:05:23 +00:00

24 lines
409 B
YAML

stages:
- build
- test
build:sh4-gcc:
stage: build
image: kazade/dreamcast-sdk
script:
- source /etc/bash.bashrc
- make clean
- make samples
test:sh4-gcc:
stage: test
image: kazade/dreamcast-sdk
before_script:
- dnf install -y findutils
script:
- source /etc/bash.bashrc
- make test
- lxdream -H -b -e tests/tests.elf | python3 utils/test_parser.py