Skip to content

Commit

Permalink
ALP CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
azimafroozeh committed Dec 10, 2024
1 parent 97bda24 commit 9a5474b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: ALP CI
run-name: ${{ github.actor }} is running the ALP CI

on:
push: # Trigger on any push
push:
branches:
- "*" # All branches
pull_request: # Trigger on any pull request
- "*" # All branches
pull_request:
branches:
- "*" # All branches
- "*" # All branches

jobs:
# Format Check Job
Expand Down Expand Up @@ -92,6 +92,8 @@ jobs:

- name: Configure CMake with Publication
run: cmake -S . -B build -DALP_BUILD_PUBLICATION=ON -DCMAKE_BUILD_TYPE=Release
env:
CXX: ${{ matrix.cxx }}

- name: Build Publication
run: cmake --build build -j 16
Expand Down

0 comments on commit 9a5474b

Please sign in to comment.