Fix TS80P build

This commit is contained in:
Ben V. Brown
2020-08-18 19:31:25 +10:00
parent 275708ee25
commit 3f6819287d
3 changed files with 28 additions and 8 deletions

View File

@@ -1,12 +1,10 @@
name: C/C++ CI
name: CI PR
on: [pull_request, push]
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: chmod

22
.github/workflows/push.yml vendored Normal file
View File

@@ -0,0 +1,22 @@
name: CI Push
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: chmod
run: chmod +x build.sh
- name: translation
run: |
cd Translation\ Editor
python3 make_translation.py
- name: make
run: ./build.sh -l EN
- name: Archive production artifacts
uses: actions/upload-artifact@v1
with:
name: compiled
path: ci/artefacts