Fix test targets in build definition.
This commit is contained in:
parent
b85cf8b367
commit
07037616ac
@ -10,6 +10,7 @@
|
|||||||
"stepCmd": "docker run -v `pwd`:/usr/src/strawboss -v $compile_DIR:/usr/build/strawboss -w /usr/src/strawboss -i jdbernard/nim:0.17.2 /bin/bash",
|
"stepCmd": "docker run -v `pwd`:/usr/src/strawboss -v $compile_DIR:/usr/build/strawboss -w /usr/src/strawboss -i jdbernard/nim:0.17.2 /bin/bash",
|
||||||
"cmdInput": [
|
"cmdInput": [
|
||||||
"cp /usr/build/strawboss/strawboss .",
|
"cp /usr/build/strawboss/strawboss .",
|
||||||
|
"nimble install",
|
||||||
"nim c -r src/test/nim/run_unit_tests"
|
"nim c -r src/test/nim/run_unit_tests"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -18,6 +19,7 @@
|
|||||||
"stepCmd": "docker run -v `pwd`:/usr/src/strawboss -v $compile_DIR:/usr/build/strawboss -w /usr/src/strawboss -i jdbernard/nim:0.17.2 /bin/bash",
|
"stepCmd": "docker run -v `pwd`:/usr/src/strawboss -v $compile_DIR:/usr/build/strawboss -w /usr/src/strawboss -i jdbernard/nim:0.17.2 /bin/bash",
|
||||||
"cmdInput": [
|
"cmdInput": [
|
||||||
"cp /usr/build/strawboss/strawboss .",
|
"cp /usr/build/strawboss/strawboss .",
|
||||||
|
"nimble install",
|
||||||
"nim c -r src/test/nim/run_functional_tests"
|
"nim c -r src/test/nim/run_functional_tests"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -27,9 +29,7 @@
|
|||||||
"stepCmd": "docker run -v `pwd`:/usr/src/strawboss -v $compile_DIR:/usr/build/strawboss -w /usr/src/strawboss -i jdbernard/nim:0.17.2 /bin/bash",
|
"stepCmd": "docker run -v `pwd`:/usr/src/strawboss -v $compile_DIR:/usr/build/strawboss -w /usr/src/strawboss -i jdbernard/nim:0.17.2 /bin/bash",
|
||||||
"cmdInput": [
|
"cmdInput": [
|
||||||
"cp /usr/build/strawboss/strawboss .",
|
"cp /usr/build/strawboss/strawboss .",
|
||||||
"zip strawboss-$VERSION.zip strawboss \ ",
|
"zip strawboss-$VERSION.zip strawboss strawboss.config.json example.json src/main/systemd/strawboss.service"
|
||||||
" strawboss.config.json example.json \ ",
|
|
||||||
" src/main/systemd/strawboss.service"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user