Skip to content
Snippets Groups Projects
Commit 76c6d10a authored by Marvin Weiler's avatar Marvin Weiler
Browse files

Update .gitlab-ci.yml file

parent 0654a659
No related branches found
No related tags found
No related merge requests found
...@@ -2,20 +2,6 @@ stages: ...@@ -2,20 +2,6 @@ stages:
- build - build
- distribute - 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: build:x86_64linux:
rules: rules:
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
...@@ -29,19 +15,6 @@ build:x86_64linux: ...@@ -29,19 +15,6 @@ build:x86_64linux:
paths: paths:
- target/ - 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: binary:
rules: rules:
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment