🛠️:octocat: Generic testing CI with auto-grading and GitHub integration
Go to file
2020-02-24 16:26:11 +03:00
app Added default config printing 2020-02-24 16:26:11 +03:00
migrations Initial working commit 2020-02-24 16:26:11 +03:00
src Made tasks restart automatically 2020-02-24 16:26:11 +03:00
.gitignore removed cabal 2020-02-24 16:26:11 +03:00
hie.yaml Initial working commit 2020-02-24 16:26:11 +03:00
LICENSE Initial working commit 2020-02-24 16:26:11 +03:00
package.yaml Made things actually work 2020-02-24 16:26:11 +03:00
README.md Made things actually work 2020-02-24 16:26:11 +03:00
Setup.hs Initial working commit 2020-02-24 16:26:11 +03:00
stack.yaml Bumped dependancies 2020-02-24 16:26:11 +03:00
tasks.yaml Made things actually work 2020-02-24 16:26:11 +03:00

sc-build

Need both manual weebohook and app.

Installation id needs to be configured manually.

For macos docker API:

socat TCP-LISTEN:1234,range=127.0.0.1/32,reuseaddr,fork UNIX-CLIENT:/var/run/docker.sock

or this (didn't work for me):

docker run -d -v /var/run/docker.sock:/var/run/docker.sock -p 127.0.0.1:2357:1234 bobrik/socat TCP-LISTEN:1234,fork UNIX-CONNECT:/var/run/docker.sock