diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 032be86b39ba30f97a7cdbd51b6a127b4d7fd808..609f2c36b763f2eb341d34a8177018ddcc179d5f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,12 +2,11 @@ # https://hub.docker.com/r/library/rust/tags/ stages: - - build_linux - - build_macos + - build - release build_linux: - stage: build_linux + stage: build image: rust:slim-buster script: # Build the project for Linux @@ -30,7 +29,7 @@ build_linux: - tags build_macos: - stage: build_macos + stage: build image: poka/rust-osxcross:latest script: # Install the required dependencies