diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c7b1b8281fad0727cbb73b70ddf49eaf88027509..416fe91606da6b48e012c098d1df43603ec178b8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,20 +2,6 @@ stages: - build - distribute -build:x86_64windows: - rules: - - if: $CI_COMMIT_TAG - stage: build - image: rust:1-buster - before_script: - - rustup target add x86_64-pc-windows-gnu - - apt-get update && apt-get install -y gcc-mingw-w64-x86-64 - script: - - cargo build --release --target=x86_64-pc-windows-gnu - artifacts: - paths: - - target/ - build:x86_64linux: rules: - if: $CI_COMMIT_TAG @@ -29,19 +15,6 @@ build:x86_64linux: paths: - target/ -build:i686linux: - rules: - - if: $CI_COMMIT_TAG - stage: build - image: rust:1-buster - before_script: - - rustup target add i686-unknown-linux-gnu - script: - - cargo build --release --target=i686-unknown-linux-gnu - artifacts: - paths: - - target/ - binary: rules: - if: $CI_COMMIT_TAG