Skip to content

Commit

Permalink
adding prototype of CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele committed Feb 5, 2024
1 parent 0cc9564 commit f8c9a48
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/ci_wbc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: CI_WBC

on:
push:
branches: [ gabrielenava-add-ci ]
pull_request:
branches: [ gabrielenava-add-ci ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Configure and build
run: |
mkdir build
cd build
cmake ..
make install

0 comments on commit f8c9a48

Please sign in to comment.