Skip to content
Snippets Groups Projects

Build deb and macos pkgs in parallel

1 file
+ 3
4
Compare changes
  • Side-by-side
  • Inline
+ 3
4
@@ -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
Loading