Skip to content

Commit

Permalink
first stab
Browse files Browse the repository at this point in the history
  • Loading branch information
gquintard committed Feb 22, 2024
1 parent 8e3627b commit f7b3976
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Quick test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- run: |
set -ex
cd ..
pwd
ls -halt
curl -s https://packagecloud.io/install/repositories/varnishcache/varnish74/script.deb.sh | sudo bash
sudo apt-get install -y varnish varnish-dev cmake gcc
cmake -B build
cmake --build build/
ctest --test-dir build/

0 comments on commit f7b3976

Please sign in to comment.