Skip to content

Commit 7e0bad7

Browse files
Create build.yml
1 parent 18a846c commit 7e0bad7

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
on: push:
2+
3+
jobs:
4+
build:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- name: Checkout
8+
uses: actions/checkout
9+
- name: Install conan
10+
uses: conan-io/setup-conan@v1
11+
- name: Detect profile
12+
run: conan profile detect --force
13+
- name: Install packages
14+
run: conan install . --output-folder=build --build=missing

0 commit comments

Comments
 (0)