mirror of
https://github.com/Mercantec-GHC/h5-projekt-mst.git
synced 2026-08-27 05:37:39 +02:00
use ci-container for everything
This commit is contained in:
parent
d8523282a1
commit
08dda1014d
3
.github/workflows/verify.yml
vendored
3
.github/workflows/verify.yml
vendored
@ -9,7 +9,7 @@ on:
|
||||
jobs:
|
||||
backend:
|
||||
runs-on: ubuntu-latest
|
||||
container: sfja/h5-mst-ci-backend:1.0
|
||||
container: sfja/h5-mst-ci:1.0
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- name: check
|
||||
@ -24,6 +24,7 @@ jobs:
|
||||
|
||||
game:
|
||||
runs-on: ubuntu-latest
|
||||
container: sfja/h5-mst-ci:1.0
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- run: sudo apt-get install libsdl3-dev
|
||||
|
||||
@ -1,3 +0,0 @@
|
||||
FROM alpine:edge
|
||||
RUN apk add --no-cache build-base clang22-extra-tools
|
||||
|
||||
6
ci-container/Dockerfile
Normal file
6
ci-container/Dockerfile
Normal file
@ -0,0 +1,6 @@
|
||||
FROM alpine:edge
|
||||
RUN apk add --no-cache curl build-base clang22-extra-tools
|
||||
|
||||
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||
ENV PATH="/root/.cargo/bin:${PATH}"
|
||||
|
||||
@ -8,7 +8,7 @@ if [[ $version == "" ]]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
tag=sfja/h5-mst-ci-backend:$version
|
||||
tag=sfja/h5-mst-ci:$version
|
||||
|
||||
set -xe
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user