mirror of
https://github.com/fumiama/base16384.git
synced 2026-06-05 18:20:33 +08:00
chore(ci): make lint happy
This commit is contained in:
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -13,10 +13,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
- name: Check out code
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Set up Build tools
|
||||
- name: Setup Build Tools
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y gcc
|
||||
@@ -32,7 +32,7 @@ jobs:
|
||||
-include cosmopolitan.h crt.o ape.o cosmopolitan.a
|
||||
objcopy -S -O binary base16384.com.dbg base16384.com
|
||||
|
||||
- name: Upload binaries to release
|
||||
- name: Upload Binaries to Release
|
||||
uses: svenstaro/upload-release-action@v2
|
||||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@@ -7,10 +7,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
- name: Check out code
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Set up Build tools
|
||||
- name: Setup Build Tools
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y gcc cmake
|
||||
@@ -21,4 +21,4 @@ jobs:
|
||||
cd build
|
||||
cmake -DBUILD=test ..
|
||||
make
|
||||
make test
|
||||
make test || make test --rerun-failed --output-on-failure
|
||||
|
||||
Reference in New Issue
Block a user