Compare commits
No commits in common. "d0236d3147" and "b482cef07f" have entirely different histories.
d0236d3147
...
b482cef07f
2 changed files with 2 additions and 5 deletions
|
@ -6,9 +6,7 @@ jobs:
|
||||||
image: cachyos/docker-makepkg:latest
|
image: cachyos/docker-makepkg:latest
|
||||||
steps:
|
steps:
|
||||||
- run: |
|
- run: |
|
||||||
paru --noconfirm -Sy git cmake mingw-w64-gcc mingw-w64-crt mingw-w64-binutils mingw-w64-headers mingw-w64-curl mingw-w64-openssl
|
paru --noconfirm -Sy git cmake mingw-w64-toolchain mingw-w64-curl mingw-w64-openssl
|
||||||
git clone https://git.meow.boutique/conejo/walltaker95.git
|
|
||||||
cd walltaker95
|
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake -DCMAKE_TOOLCHAIN_FILE=../TC-mingw.cmake ../
|
cmake -DCMAKE_TOOLCHAIN_FILE=../TC-mingw.cmake ../
|
||||||
|
@ -16,4 +14,4 @@ jobs:
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: my-artifact
|
name: my-artifact
|
||||||
path: walltaker95/build/wt95.exe
|
path: build/wt95.exe
|
||||||
|
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,4 +2,3 @@
|
||||||
*.exe
|
*.exe
|
||||||
*.res
|
*.res
|
||||||
build/
|
build/
|
||||||
*.kate-swp
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue