test
This commit is contained in:
parent
60976c6bce
commit
01a9a00b61
1 changed files with 12 additions and 1 deletions
|
@ -5,4 +5,15 @@ jobs:
|
||||||
container:
|
container:
|
||||||
image: cachyos/cachyos
|
image: cachyos/cachyos
|
||||||
steps:
|
steps:
|
||||||
- run: echo All Good
|
- run: |
|
||||||
|
mkdir builddir
|
||||||
|
cd builddir
|
||||||
|
paru --noconfirm -Sy git cmake mingw-w64-toolchain mingw-w64-curl mingw-w64-openssl
|
||||||
|
mkdir build
|
||||||
|
cd build
|
||||||
|
cmake -DCMAKE_TOOLCHAIN_FILE=../TC-mingw.cmake ../
|
||||||
|
cmake --build .
|
||||||
|
- uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: my-artifact
|
||||||
|
path: wt95.exe
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue