1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
image: "redoxos/redoxer" stages: - build cache: paths: - target/ build:linux: stage: build script: cargo +nightly build --verbose build:redox: stage: build script: redoxer build --verbose