Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
chayleaf committed Jul 5, 2023
1 parent fba7028 commit 247920b
Show file tree
Hide file tree
Showing 15 changed files with 18 additions and 2,601 deletions.
22 changes: 4 additions & 18 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,17 @@
name: Rust
permissions: write-all
on:
push:
branches: [ "tmp" ]
env:
CARGO_TERM_COLOR: always
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
build-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: rs-action
uses: MidKnightXI/rs-actions@d9fc5f4e55331ae271d6d82d3fdfc895ec5d2e74
uses: chayleaf/rs-actions@33db31bf3f400589df4689c8c821ff45d1c31127
with:
publish-release: true
build-win32:
runs-on: windows-latest
steps:
- name: rs-action
uses: MidKnightXI/rs-actions@d9fc5f4e55331ae271d6d82d3fdfc895ec5d2e74
with:
publish-release: true
build-darwin:
runs-on: macos-latest
steps:
- name: rs-action
uses: MidKnightXI/rs-actions@d9fc5f4e55331ae271d6d82d3fdfc895ec5d2e74
with:
target: x86_64-apple-darwin
publish-release: true


7 changes: 7 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[package]
name = "konigsberg"
version = "0.1.0"
edition = "2021"

[lib]
crate-type = ["cdylib"]
File renamed without changes.
Loading

0 comments on commit 247920b

Please sign in to comment.