Skip to content

Commit

Permalink
Add CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciech-graj committed Nov 16, 2024
1 parent 1d1806a commit 9450d69
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: OrbVis

on:
push:
pull_request:

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt-get install -y gcc pkg-config libgtk-3-dev libcurl4-openssl-dev libepoxy-dev meson
- name: Compile
run: |
meson setup builddir
meson compile -C builddir

0 comments on commit 9450d69

Please sign in to comment.