Skip to content

Merge branch 'master' of https://github.com/alex-s168/vxcc_v3 #18

Merge branch 'master' of https://github.com/alex-s168/vxcc_v3

Merge branch 'master' of https://github.com/alex-s168/vxcc_v3 #18

Workflow file for this run

name: Compile
on: [push]
jobs:
run_tests:
runs-on: self-hosted
steps:
- uses: actions/checkout@v2
- name: Info
run: |
chmod +x build.sh
./build.sh info
shell: bash
- name: Try compile
run: |
git submodule update --init
chmod +x build.sh
./build.sh
shell: bash