Newer
Older
variables:
GIT_SUBMODULE_STRATEGY: recursive
before_script:
cargo install cbindgen
- rustup show # Ensure correct toolchain is downloaded and installed
build:redox:
stage: build
variables:
TARGET: x86_64-unknown-redox
script:
#TODO: fix redoxer exec hangs
# test:redox:
# stage: test
# needs:
# - build:redox
# dependencies:
# - build:redox
# variables:
# TARGET: x86_64-unknown-redox
# script:
# - ./redoxer.sh test
# # TODO: Out of memory
# allow_failure: true