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 1148d3f commit 63fd04e
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
name: ALP CI
run-name: ${{ github.actor }} is running the ALP CI

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

jobs:
# Format Check Job
Expand All @@ -27,7 +33,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set Up CMake
- name: Set Up Build Directory
run: mkdir build

- name: Configure CMake
Expand Down Expand Up @@ -56,7 +62,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set Up CMake
- name: Set Up Build Directory
run: mkdir build

- name: Configure CMake with Benchmarking
Expand All @@ -74,7 +80,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set Up CMake
- name: Set Up Build Directory
run: mkdir build

- name: Configure CMake with Publication
Expand Down

0 comments on commit 63fd04e

Please sign in to comment.