Compare commits
19 Commits
470eba2447
...
rc-035058c
| Author | SHA1 | Date | |
|---|---|---|---|
| 035058c016 | |||
| 1f36bde7ce | |||
| a43cd74dd9 | |||
| 720b8ce886 | |||
| 5502126c35 | |||
| d79450116d | |||
| b8fd27f0d6 | |||
| 91e60a8ff5 | |||
| ca0952c6d8 | |||
| b7defc0a3b | |||
| 6ff5c0817f | |||
| e70ab8c055 | |||
| f20edec6ad | |||
| 00acc9f7e8 | |||
| c5ab8f900d | |||
| fac435df56 | |||
| 4e3a868e00 | |||
| f63ef715b7 | |||
| 15014a72cb |
@@ -9,17 +9,19 @@ env:
|
||||
jobs:
|
||||
build_windows:
|
||||
name: build (windows)
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: tea.werats.gay/laurayka/ci-rust-img:latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions-rust-lang/setup-rust-toolchain@v1
|
||||
- run: apt update && apt install -y ${{ env.APT_PACKAGES }}
|
||||
- run: rustup target add "${{ env.TARGET_PLATFORM }}"
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- run: echo "/root/.cargo/bin" >> $GITHUB_PATH
|
||||
- run: cargo build --release --target "${{ env.TARGET_PLATFORM }}"
|
||||
- uses: actions/gitea-release-action@v1
|
||||
- uses: https://gitea.com/actions/gitea-release-action@main
|
||||
env:
|
||||
NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18
|
||||
NODE_TLS_REJECT_UNAUTHORIZED=false
|
||||
NODE_TLS_REJECT_UNAUTHORIZED: "false"
|
||||
with:
|
||||
tag_name: rc-${{ env.GITHUB_SHA }}
|
||||
files: |-
|
||||
target/${{ env.TARGET_PLATFORM }}/mimic3-keyboard*
|
||||
target/*/release/mimic3-keyboard*
|
||||
@@ -1,4 +1,4 @@
|
||||
on: [push, pull_request]
|
||||
on: [pull_request]
|
||||
|
||||
name: Continuous integration
|
||||
|
||||
|
||||
Reference in New Issue
Block a user