move to github actions

This commit is contained in:
BlackMATov
2021-08-06 03:56:15 +07:00
parent 383c8a6f95
commit 461f71a033
12 changed files with 157 additions and 162 deletions

View File

@@ -4,8 +4,8 @@
#define STATIC_REQUIRE(...)\
static_assert(__VA_ARGS__, #__VA_ARGS__);\
REQUIRE(__VA_ARGS__);
REQUIRE(__VA_ARGS__)
#define STATIC_REQUIRE_FALSE(...)\
static_assert(!(__VA_ARGS__), "!(" #__VA_ARGS__ ")");\
REQUIRE(!(__VA_ARGS__));
REQUIRE(!(__VA_ARGS__))