linux.yml 363 B

1234567891011121314151617
  1. name: Linux
  2. on: [push]
  3. jobs:
  4. build:
  5. runs-on: ubuntu-latest
  6. steps:
  7. - uses: actions/checkout@v1
  8. - name: Get Submodules
  9. run: git submodule update --init --recursive
  10. - name: Get Node.js
  11. run: git clone https://github.com/Kode/nodejs_bin.git --depth 1
  12. - name: Compile
  13. run: nodejs_bin/node-linux64 Kromx/make.js -g opengl