mirror of
https://github.com/edu4rdshl/rusolver.git
synced 2026-07-18 07:34:48 +00:00
Add funding + github actions.
This commit is contained in:
parent
d258a3a21f
commit
24175b0fe2
2 changed files with 16 additions and 0 deletions
13
.github/workflows/build.yml
vendored
Normal file
13
.github/workflows/build.yml
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name: Github Actions
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
Loading…
Add table
Add a link
Reference in a new issue