Update CI

This commit is contained in:
Wildan M
2026-05-27 13:02:46 +07:00
parent 7a1409a910
commit cde72e8f03
+6 -5
View File
@@ -3,14 +3,15 @@ image: "redoxos/redoxer"
stages:
- build
cache:
paths:
- target/
workflow:
rules:
- if: '$CI_COMMIT_BRANCH == "master" && $CI_PROJECT_NAMESPACE == "redox-os"'
- if: '$CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"'
build:linux:
stage: build
script: cargo +nightly build --verbose
script: cargo +nightly build
build:redox:
stage: build
script: redoxer build --verbose
script: redoxer build