Skip to content

Commit

Permalink
build: add workflow dispatch (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
arttet authored Apr 23, 2024
1 parent 2dc7cc5 commit 2c0bbab
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .conan2/profiles/x86_64-pc-windows-gnu
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ os=Windows

compiler=clang
compiler.version=16
compiler.cppstd=20
compiler.cppstd=17

[conf]
tools.cmake.cmaketoolchain:generator=Ninja
Expand Down
2 changes: 1 addition & 1 deletion .conan2/profiles/x86_64-unknown-linux-gnu
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ os=Linux

compiler=clang
compiler.version=15
compiler.cppstd=20
compiler.cppstd=17
compiler.libcxx=libstdc++11

[conf]
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: build

on: [push, pull_request]
on:
push:
pull_request:
workflow_dispatch:

env:
python-version: 3.12
Expand Down

0 comments on commit 2c0bbab

Please sign in to comment.