Compare commits
29
Commits
main
...
f9f511ebf4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f9f511ebf4 | ||
|
|
dea43a249d | ||
|
|
c561e199ac | ||
|
|
d72c157377 | ||
|
|
48c8b4d8c7 | ||
|
|
abad35f410 | ||
|
|
6cc8823505 | ||
|
|
ddbb7d5030 | ||
|
|
87c5859ef8 | ||
|
|
77846aa874 | ||
|
|
ddc87eaea1 | ||
|
|
11b3b3f9d7 | ||
|
|
974b3175be | ||
|
|
01838dbc9c | ||
|
|
156c7dbd5d | ||
|
|
5888cb589b | ||
|
|
04de54ce83 | ||
|
|
3ec6bc8961 | ||
|
|
bbdfc07340 | ||
|
|
12a945915c | ||
|
|
68b1297f46 | ||
|
|
f38a566009 | ||
|
|
33d5efd6ee | ||
|
|
3fc1614224 | ||
|
|
c286a77df3 | ||
|
|
415bec7067 | ||
|
|
270d69b6f3 | ||
|
|
87cdfc6f60 | ||
|
|
50b3049c93 |
@@ -0,0 +1,26 @@
|
|||||||
|
name: link
|
||||||
|
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
link-linux:
|
||||||
|
name: Link assets on Linux
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Check out files
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
submodules: true
|
||||||
|
fetch-depth: 0
|
||||||
|
# NOTE - If LFS ever starts getting used for storing zones, switch this to true!
|
||||||
|
lfs: false
|
||||||
|
|
||||||
|
- name: Test Docker
|
||||||
|
uses: addnab/docker-run-action@v3
|
||||||
|
with:
|
||||||
|
image: ubuntu:noble
|
||||||
|
options: --volumes-from=${{ env.JOB_CONTAINER_NAME }}
|
||||||
|
run: |
|
||||||
|
cd ${{ github.workspace }}
|
||||||
|
./test.sh
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
[submodule "deps/iw5-zones"]
|
||||||
|
path = deps/iw5-zones
|
||||||
|
url = https://git.alterware.dev/AlterWare/iw5-zones.git
|
||||||
+1
Submodule deps/iw5-zones added at bd78584a7e
Reference in New Issue
Block a user