mirror of
https://github.com/ilyakooo0/sc-build.git
synced 2024-11-23 20:39:24 +03:00
🛠️:octocat: Generic testing CI with auto-grading and GitHub integration
app | ||
migrations | ||
src | ||
.gitignore | ||
hie.yaml | ||
LICENSE | ||
package.yaml | ||
README.md | ||
Setup.hs | ||
stack.yaml | ||
tasks.yaml |
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