From 6380a463e7905462d7ed5a456673fd532177296a Mon Sep 17 00:00:00 2001 From: Lubos Lenco Date: Sun, 3 Nov 2019 10:03:36 +0100 Subject: [PATCH] Create linux.yml --- .github/workflows/linux.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/linux.yml diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml new file mode 100644 index 00000000..b89f3879 --- /dev/null +++ b/.github/workflows/linux.yml @@ -0,0 +1,17 @@ +name: Linux + +on: [push] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v1 + - name: Get Submodules + run: git submodule update --init --recursive + - name: Get Node.js + run: git clone https://github.com/Kode/nodejs_bin.git --depth 1 + - name: Compile + run: nodejs_bin/node-linux64 Kromx/make.js -g opengl