mirror of
https://github.com/cincheo/jsweet.git
synced 2025-12-15 15:29:22 +00:00
CI workflow
This commit is contained in:
parent
6fa9937b20
commit
5009184193
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@ -16,5 +16,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
java-version: 1.8
|
java-version: 1.8
|
||||||
- name: Build with Maven
|
- name: Build with Maven
|
||||||
run: mvn clean install -DskipSigning
|
run: |
|
||||||
|
export JSWEET_VERBOSE=false
|
||||||
|
cd transpiler
|
||||||
|
mvn clean install -DskipSigning
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user