Create compile-src.yml

This commit is contained in:
Cekis
2022-01-15 10:59:25 -08:00
committed by GitHub
parent a5c209e26e
commit b180059793
+20
View File
@@ -0,0 +1,20 @@
name: SWG Source - Continuous Integration for src repo
on:
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
compile-src:
runs-on: ubuntu-latest
container: cekisswg/swg-vm3.01-i386:latest
steps:
- name: Run ANT Build
run: |
cd /home/swg/swg-main
git clone https://github.com/SWG-Source/src.git
cd src
ant build_src