Skip to content

added is_supseteq and are_disjoint to bitset #100

added is_supseteq and are_disjoint to bitset

added is_supseteq and are_disjoint to bitset #100

name: Integration Tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout flatmemory
uses: actions/checkout@v2
- name: Configure, Build, and Install Dependencies
run: |
cd tests/integration/dependencies
cmake -S . -B build -DCMAKE_INSTALL_PREFIX="$GITHUB_WORKSPACE/tests/integration/dependencies/installs"
cmake --build build -j$(nproc)
- name: Build and Test Project
run: |
cd tests/integration
cmake -S . -B build -DCMAKE_PREFIX_PATH="$GITHUB_WORKSPACE/tests/integration/dependencies/installs"
cmake --build build -j$(nproc)