create first test action

master
Dan 2019-11-16 13:32:43 +00:00 committed by GitHub
parent 9203e86242
commit ae67012063
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

14
.github/workflows/ccpp.yml vendored Normal file
View File

@ -0,0 +1,14 @@
name: Build for Linux
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: build-for-linux
- run: ./rebuild_linux_docker.sh
- uses: docker://justdan96/tsmuxer_build:latest