Skip to content

Commit

Permalink
Build with GitHub CI (elementary#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit authored Sep 24, 2019
1 parent e6065d7 commit 4b55e58
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 14 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: CI

on: [push, pull_request]

jobs:
build:

runs-on: ubuntu-latest

container:
image: elementary/docker:unstable

steps:
- uses: actions/checkout@v1
- name: Install Dependencies
run: |
apt update
apt install -y meson libgranite-dev libswitchboard-2.0-dev valac
- name: Build
run: |
meson build
ninja -C build
14 changes: 0 additions & 14 deletions .travis.yml

This file was deleted.

0 comments on commit 4b55e58

Please sign in to comment.