summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml19
1 files changed, 15 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e162a66..db236d4 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -3,11 +3,22 @@ on:
pull_request:
push:
jobs:
- tests:
+ nix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- - uses: cachix/install-nix-action@v12
- with:
- skip_adding_nixpkgs_channel: true
+ - uses: cachix/install-nix-action@v13
- run: nix-build -A hydraJobs.release
+ ubuntu:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v2
+ - name: get toolchain version
+ run: |
+ c++ --version
+ ld --version
+ autoconf --version
+ - run: |
+ ./bootstrap.sh
+ ./configure --with-asan --with-ubsan
+ make -j$(nproc) check