mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-17 06:05:44 +01:00
make container selection more consise
This commit is contained in:
9
.github/workflows/ci.yaml
vendored
9
.github/workflows/ci.yaml
vendored
@@ -12,8 +12,7 @@ env:
|
|||||||
jobs:
|
jobs:
|
||||||
setup-vcpkg:
|
setup-vcpkg:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container: ghcr.io/thepigeongenerator/mcaselector-lite:latest
|
||||||
image: ghcr.io/thepigeongenerator/mcaselector-lite:latest
|
|
||||||
steps:
|
steps:
|
||||||
- run: git clone https://github.com/microsoft/vcpkg.git "${{env.VCPKG_ROOT}}"
|
- run: git clone https://github.com/microsoft/vcpkg.git "${{env.VCPKG_ROOT}}"
|
||||||
- run: ${{env.VCPKG_ROOT}}/bootstrap-vcpkg.sh
|
- run: ${{env.VCPKG_ROOT}}/bootstrap-vcpkg.sh
|
||||||
@@ -26,8 +25,7 @@ jobs:
|
|||||||
compile:
|
compile:
|
||||||
needs: setup-vcpkg
|
needs: setup-vcpkg
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container: ghcr.io/thepigeongenerator/mcaselector-lite:latest
|
||||||
image: ghcr.io/thepigeongenerator/mcaselector-lite:latest
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
@@ -53,8 +51,7 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
needs: compile
|
needs: compile
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container: ghcr.io/thepigeongenerator/mcaselector-lite:latest
|
||||||
image: ghcr.io/thepigeongenerator/mcaselector-lite:latest
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
|||||||
Reference in New Issue
Block a user