Skip to content

Commit

Permalink
Added main workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Vasyliev committed Aug 1, 2023
1 parent 40e6496 commit 3ae9869
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Build
run-name: building main library
on: [push]
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build with CMake
uses: lukka/[email protected]
with:
configurePreset: base-win
buildPreset: base-win
test: main

0 comments on commit 3ae9869

Please sign in to comment.