Compare commits

...

29 Commits

Author SHA1 Message Date
f9f511ebf4 balls
All checks were successful
link / Link assets on Linux (push) Successful in 7s
2024-03-26 17:37:23 +01:00
dea43a249d build: Testing AI theories
Some checks failed
link / Link assets on Linux (push) Failing after 41s
2024-03-25 23:30:20 +01:00
c561e199ac build: Testing AI theories
All checks were successful
link / Link assets on Linux (push) Successful in 40s
2024-03-25 23:27:36 +01:00
d72c157377 build: Testing AI theories
Some checks failed
link / Link assets on Linux (push) Failing after 41s
2024-03-25 23:26:18 +01:00
48c8b4d8c7 build: Testing AI theories
Some checks failed
link / Link assets on Linux (push) Failing after 41s
2024-03-25 23:24:22 +01:00
abad35f410 build: Testing AI theories
Some checks failed
link / Link assets on Linux (push) Failing after 39s
2024-03-25 23:22:58 +01:00
6cc8823505 build: Testing AI theories
Some checks failed
link / Link assets on Linux (push) Failing after 40s
2024-03-25 23:22:15 +01:00
ddbb7d5030 build: maybe now IT SHOWS???
Some checks failed
link / Link assets on Linux (push) Failing after 42s
2024-03-25 23:19:47 +01:00
87c5859ef8 build: maybe now IT SHOWS???
Some checks failed
link / Link assets on Linux (push) Failing after 40s
2024-03-25 23:17:31 +01:00
77846aa874 build: maybe now IT SHOWS???
Some checks failed
link / Link assets on Linux (push) Failing after 42s
2024-03-25 23:15:47 +01:00
ddc87eaea1 build: maybe now?
Some checks failed
link / Link assets on Linux (push) Failing after 42s
2024-03-25 23:13:14 +01:00
11b3b3f9d7 build: maybe now?
Some checks failed
link / Link assets on Linux (push) Failing after 10s
2024-03-25 23:11:38 +01:00
974b3175be build: maybe now?
Some checks failed
link / Link assets on Linux (push) Failing after 9s
2024-03-25 23:10:12 +01:00
01838dbc9c build: maybe now?
Some checks failed
link / Link assets on Linux (push) Failing after 9s
2024-03-25 23:08:41 +01:00
156c7dbd5d build: maybe now?
Some checks failed
link / Link assets on Linux (push) Failing after 9s
2024-03-25 23:07:47 +01:00
5888cb589b build: maybe now?
Some checks failed
link / Link assets on Linux (push) Failing after 9s
2024-03-25 23:07:06 +01:00
04de54ce83 build: maybe now?
Some checks failed
link / Link assets on Linux (push) Failing after 9s
2024-03-25 23:06:32 +01:00
3ec6bc8961 build: bruh
Some checks failed
link / Link assets on Linux (push) Failing after 8s
2024-03-25 23:05:42 +01:00
bbdfc07340 build: bruh
Some checks failed
link / Link assets on Linux (push) Failing after 9s
2024-03-25 23:04:45 +01:00
12a945915c build: bruh
Some checks failed
link / Link assets on Linux (push) Failing after 10s
2024-03-25 23:03:49 +01:00
68b1297f46 build: go back to this method?
Some checks failed
link / Link assets on Linux (push) Failing after 10s
2024-03-25 23:02:54 +01:00
f38a566009 build: test test
All checks were successful
link / Link assets on Linux (push) Successful in 47s
2024-03-25 22:59:49 +01:00
33d5efd6ee build: I cant copy paste from myself it seems
Some checks failed
link / Link assets on Linux (push) Failing after 40s
2024-03-25 22:57:30 +01:00
3fc1614224 build: I try AI stuff again + copy pasted from myself
Some checks failed
link / Link assets on Linux (push) Has been cancelled
2024-03-25 22:57:01 +01:00
c286a77df3 build: I test AI shit now (my mistake)
Some checks failed
link / Link assets on Linux (push) Failing after 42s
2024-03-25 22:53:30 +01:00
415bec7067 build: I test AI shit now (2)
Some checks failed
link / Link assets on Linux (push) Failing after 40s
2024-03-25 22:52:33 +01:00
270d69b6f3 build: I test AI shit now
Some checks failed
link / Link assets on Linux (push) Failing after 42s
2024-03-25 22:49:16 +01:00
87cdfc6f60 build: I let the AI do this one
Some checks failed
link / Link assets on Linux (push) Failing after 42s
2024-03-25 22:47:48 +01:00
50b3049c93 build: test out cursed CI
Some checks failed
link / Link assets on Linux (push) Failing after 53s
2024-03-25 22:43:13 +01:00
4 changed files with 33 additions and 0 deletions

26
.gitea/workflows/link.yml Normal file
View File

@ -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

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "deps/iw5-zones"]
path = deps/iw5-zones
url = https://git.alterware.dev/AlterWare/iw5-zones.git

1
deps/iw5-zones vendored Submodule

Submodule deps/iw5-zones added at bd78584a7e

3
test.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
echo "hello"