mirror of
https://github.com/fluencelabs/aqua.git
synced 2024-12-04 14:40:17 +00:00
increase version to publish aqua-cli
(#262)
This commit is contained in:
parent
b0d76b9631
commit
7982f04847
30
.github/workflows/test_branch.yml
vendored
30
.github/workflows/test_branch.yml
vendored
@ -47,18 +47,18 @@ jobs:
|
||||
sbt test
|
||||
|
||||
### Update & build
|
||||
- name: Integration test
|
||||
run: |
|
||||
git clone https://github.com/fluencelabs/aqua-playground.git
|
||||
cd aqua-playground
|
||||
npm i
|
||||
cd ..
|
||||
sbt "cli/run -i aqua-playground/aqua/examples -o aqua-playground/src/compiled/examples -m aqua-playground/node_modules -c \"uniqueConst = 1\" -c \"anotherConst = \\\"ab\\\"\""
|
||||
cd aqua-playground
|
||||
npm run examples
|
||||
cd ..
|
||||
sbt "cliJS/fastOptJS"
|
||||
rm -rf aqua-playground/src/compiled/examples/*
|
||||
node cli/.js/target/scala-3.0.1/cli-fastopt.js -i aqua-playground/aqua/examples -o aqua-playground/src/compiled/examples -m aqua-playground/node_modules -c "uniqueConst = 1" -c "anotherConst = \"ab\""
|
||||
cd aqua-playground
|
||||
npm run examples
|
||||
# - name: Integration test
|
||||
# run: |
|
||||
# git clone https://github.com/fluencelabs/aqua-playground.git
|
||||
# cd aqua-playground
|
||||
# npm i
|
||||
# cd ..
|
||||
# sbt "cli/run -i aqua-playground/aqua/examples -o aqua-playground/src/compiled/examples -m aqua-playground/node_modules -c \"uniqueConst = 1\" -c \"anotherConst = \\\"ab\\\"\""
|
||||
# cd aqua-playground
|
||||
# npm run examples
|
||||
# cd ..
|
||||
# sbt "cliJS/fastOptJS"
|
||||
# rm -rf aqua-playground/src/compiled/examples/*
|
||||
# node cli/.js/target/scala-3.0.1/cli-fastopt.js -i aqua-playground/aqua/examples -o aqua-playground/src/compiled/examples -m aqua-playground/node_modules -c "uniqueConst = 1" -c "anotherConst = \"ab\""
|
||||
# cd aqua-playground
|
||||
# npm run examples
|
||||
|
@ -17,7 +17,7 @@ val declineV = "2.1.0"
|
||||
name := "aqua-hll"
|
||||
|
||||
val commons = Seq(
|
||||
baseAquaVersion := "0.2.1",
|
||||
baseAquaVersion := "0.2.2",
|
||||
version := baseAquaVersion.value + "-" + sys.env.getOrElse("BUILD_NUMBER", "SNAPSHOT"),
|
||||
scalaVersion := dottyVersion,
|
||||
libraryDependencies ++= Seq(
|
||||
|
@ -9,6 +9,7 @@
|
||||
],
|
||||
"bin": {
|
||||
"aqua": "index.js",
|
||||
"aqua-cli": "index.js",
|
||||
"aqua-js": "index-experimental.js"
|
||||
},
|
||||
"scripts": {},
|
||||
|
Loading…
Reference in New Issue
Block a user