Fix DC build

This commit is contained in:
Luke Benstead 2021-04-08 16:00:53 +01:00
parent c67566f3c0
commit 93745c38fb

View File

@ -5,6 +5,7 @@ build:sh4-gcc:
stage: build
image: kazade/dreamcast-sdk
script:
- source /etc/bash.bashrc
- mkdir builddir
- cd builddir
- cmake -DCMAKE_TOOLCHAIN_FILE=../toolchains/Dreamcast.cmake ..