Skip to content

Commit

Permalink
ci: enable diversity checking
Browse files Browse the repository at this point in the history
Signed-off-by: Norbert Manthey <[email protected]>
  • Loading branch information
conp-solutions committed Apr 6, 2021
1 parent d3ea363 commit 7cd553f
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/check-diversity.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Check diversity configurations

on: [push]

jobs:
Linux:

runs-on: ubuntu-20.04

steps:
- name: Install Packages
run: sudo apt-get install zlib1g-dev make cmake picosat

- uses: actions/checkout@v1

- name: run CI script
env:
RUNDIVERSIFY: 1
RUNFUZZ: 0
RUNSTAREXEC: 0
RUNIPASIR: 0
RUNOPENWBO: 0
run: ./tools/ci.sh

0 comments on commit 7cd553f

Please sign in to comment.