_
This commit is contained in:
parent
172addf99f
commit
2c755a15a2
@ -3,16 +3,17 @@ run-name: Build-Test bannertool
|
|||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
linux-x64:
|
linux-test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: dockcross/linux-x64
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
dockcross cmake -B cmake-build-debug
|
apt update -y
|
||||||
dockcross cmake --build cmake-build-debug
|
apt install build-essential cmake -y
|
||||||
|
cmake -B cmake-build-debug
|
||||||
|
cmake --build cmake-build-debug
|
||||||
- name: upload artifact
|
- name: upload artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
Loading…
Reference in New Issue
Block a user