Skip to content
Snippets Groups Projects
Commit a11ca34f authored by Moul's avatar Moul
Browse files

Build deb and macos pkgs in parallel

to speed up the process
The runner is not overloaded with one build
parent 4e90dae3
No related branches found
No related tags found
1 merge request!38Build deb and macos pkgs in parallel
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment