mirror of
https://github.com/CDrummond/bliss-analyser.git
synced 2025-04-08 05:00:02 +03:00
Split docker runs?
This commit is contained in:
parent
8ba10a0f8e
commit
a12971df17
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -66,6 +66,10 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v1
|
||||
|
||||
- name: Docker setup
|
||||
run: |
|
||||
docker run --rm -v $(pwd):/source dlecan/rust-crosscompiler-arm:stable
|
||||
|
||||
- name: Enable 2021 edition
|
||||
run: |
|
||||
echo 'cargo-features = ["edition2021"]' > /tmp/bliss-analyser-Cargo.toml
|
||||
@ -74,7 +78,6 @@ jobs:
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
docker run --rm -v $(pwd):/source dlecan/rust-crosscompiler-arm:nightly
|
||||
docker build -t bliss-analyser-cross - < docker/Dockerfile
|
||||
docker run --rm -v $PWD/target:/build -v $PWD:/src bliss-analyser-cross
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user