ref: 0b164a4c75b5297964465eed7ba0b960350866d7
parent: 41e355f21cf08ae5f5c1451f1d152e7625af6617
parent: 6c7edf0bdcdeed52069f87451c4c581dc1bdcc7d
author: Tanguy Fautre <tanguy@fautre.com>
date: Fri Feb 14 19:01:22 EST 2020
Merge branch 'master' of https://github.com/GPSnoopy/chocolate_duke3D
--- /dev/null
+++ b/.github/workflows/linux.yml
@@ -1,0 +1,15 @@
+name: Linux CI
+
+on: [push, pull_request]
+
+jobs:
+ build:
+
+ runs-on: ubuntu-18.04
+
+ steps:
+ - uses: actions/checkout@v2
+ - name: Compile vcpkg dependencies
+ run: ./vcpkg_linux.sh
+ - name: Compile Duke3D
+ run: ./build_linux.sh
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -17,9 +17,9 @@
# Comedy bonus: GitHub is now owned by Microsoft.
- name: Setup MSBuild
uses: warrenbuckley/Setup-MSBuild@v1
- - name: Compile x86
+ - name: Compile Duke3D x86
run: build_windows_x86.bat
shell: cmd
- - name: Compile x64
+ - name: Compile Duke3D x64
run: build_windows_x64.bat
shell: cmd