linux_vulkan.yml 448 B

1234567891011121314151617181920212223
  1. name: Linux (Vulkan)
  2. on:
  3. push:
  4. branches:
  5. - master
  6. pull_request:
  7. branches:
  8. - master
  9. jobs:
  10. build:
  11. runs-on: ubuntu-latest
  12. steps:
  13. - uses: actions/checkout@v1
  14. - name: Get Submodules
  15. run: git submodule update --init --recursive
  16. - name: Get Node.js
  17. run: git clone https://github.com/armory3d/nodejs_bin.git --depth 1
  18. - name: Compile
  19. run: nodejs_bin/node-linux64 armorcore/make -g vulkan