ci: switch build to GitHub Actions

This commit is contained in:
Andrew Gallant
2020-02-18 18:15:30 -05:00
parent f314b0d55f
commit da3431b478
15 changed files with 283 additions and 100 deletions

View File

@@ -0,0 +1,5 @@
#!/bin/sh
mkdir -p stage
cp ../../ubuntu-install-packages ./stage/
docker build -t burntsushi/cross:x86_64-unknown-linux-musl .