Skip to content

Commit

Permalink
Merge branch 'master' of github.com-egorpugin:reo7sp/tgbot-cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
egorpugin committed Mar 13, 2020
2 parents c4d3f8e + 934ba31 commit c2f04d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sw.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: sw

on: [push, pull-request]
on: [push, pull_request]

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions sw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ void build(Solution &s)
auto &t = tgbot.addExecutable("test");
{
t.Scope = TargetScope::Test;
t += cpp11;
t += "test/.*"_rr;
t += "test"_idir;
t += "SW_BUILD"_def;
Expand Down

0 comments on commit c2f04d6

Please sign in to comment.