mirror of
https://github.com/Noratrieb/coldsquare.git
synced 2026-01-16 17:35:10 +01:00
Create workflow
This commit is contained in:
parent
6dd9a0df68
commit
48aa35ac10
1 changed files with 17 additions and 0 deletions
17
.github/workflows/main.yml
vendored
Normal file
17
.github/workflows/main.yml
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
name: CI
|
||||||
|
|
||||||
|
on: [push, pull_request]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Build Test.class
|
||||||
|
run: javac testdata/Test.java
|
||||||
|
|
||||||
|
- name: Run
|
||||||
|
working-directory: crates/file-info/
|
||||||
|
run: cargo +nightly run ../../testdata/Test.class
|
||||||
Loading…
Add table
Add a link
Reference in a new issue