mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 13:47:26 +02:00
Merge pull request #666 from tomahawk-player/hugolm84-test-actions
Add Github Action for building on Linux
This commit is contained in:
16
.github/workflows/ccpp.yml
vendored
Normal file
16
.github/workflows/ccpp.yml
vendored
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
name: C/C++ CI
|
||||||
|
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: tomahawkmusicplayer/ubuntu:latest
|
||||||
|
env:
|
||||||
|
MIX_ENV: test
|
||||||
|
steps:
|
||||||
|
- name: Checkout code
|
||||||
|
uses: actions/checkout@master
|
||||||
|
- name: Build and test
|
||||||
|
run: /usr/local/bin/build-and-test.sh
|
Reference in New Issue
Block a user