mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Fix TS80P build
This commit is contained in:
@@ -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
22
.github/workflows/push.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user