This commit is contained in:
Andrew Pamment 2022-07-17 10:15:04 +10:00
parent af86762d86
commit af789f998d

View File

@ -34,11 +34,8 @@ steps:
environment: environment:
PATH: $PATH:$HOME/Quinn/cross/bin PATH: $PATH:$HOME/Quinn/cross/bin
commands: commands:
- unset CI
- unset CFLAGS
- unset CXXFLAGS
- cd $HOME/Quinn/src/quinn-os - cd $HOME/Quinn/src/quinn-os
- ./make_userland.sh - CFLAGS="-Wno-error" CXXFLAGS="-Wno-error" ./make_userland.sh
- name: kernel - name: kernel
environment: environment: