-
Normally you can do some setup and tear down before and after your tests:
```
testOptions in Test += Tests.Setup( loader => ... )
testOptions in Test += Tests.Cleanup( loader => ... )
```
> Note: Wh…
-
I was looking at the documentation here: https://www.scala-sbt.org/sbt-native-packager/formats/docker.html#publishing-settings. The documentation provides this description about `dockerAliases`:
> …
-
For developer onboarding, there is development.md. I find it helpful, but not perfect. There are several things that can be improved.
## Link to development.md from README.md
If it was linked fr…
v6ak updated
10 months ago
-
Docker is the ideal. Make this easy.
-
Hi, I have a Concourse build task that looks like
```bash
#!/bin/bash
source /docker-lib.sh
start_docker
docker load -i image1.tar
docker load -i image2.tar
docker load -i image3.tar
…
-
When running `sbt IntegrationTest/test`, I ran into an odd error when starting the test container:
```
[info] com.github.dockerjava.api.exception.InternalServerErrorException: Status 500: {"messag…
-
This is a collection of build tools we may potentially support:
- [x] .NET: [NuGet](https://www.nuget.org/)
- [ ] C/C++: [Buckaroo](https://buckaroo.pm/)
- [ ] C/C++: [Conan](https://conan.io/)
…
-
Hi there,
I have installed dynet with swig successfully, but it has some errors when I test it with sbt test in the root of pnp as follows:
> yuchenlin@5FKJDB2:/mnt/c/Users/v-yuclin/workspace/…
-
For the non-docker version,
- It's not mentioned anywhere that you also need to install play
- it's not explained how to start it after packaging it with activator
-
## Expected behaviour
`sbt universal:publish` should publish a zip file to the set repository
## Actual behaviour
`sbt universal:publish` fails with a `java.io.IOException: Error writing to s…
dotta updated
6 years ago