We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3003f0f commit ee4877bCopy full SHA for ee4877b
.github/workflows/build_and_test.yml
@@ -26,7 +26,7 @@ jobs:
26
run: rm -r build
27
28
- name: XMake config
29
- run: mkdir build && chmod 777 build && sudo xmake f -m release --EMDEVIF_TEST_FRAMEWORK_ENABLE_TEST=true --EMDEVIF_TEST_FRAMEWORK_TEST_NAME="integration_test" --verbose
+ run: mkdir build && chmod 777 build && xmake f -m release --EMDEVIF_TEST_FRAMEWORK_ENABLE_TEST=true --EMDEVIF_TEST_FRAMEWORK_TEST_NAME="integration_test" --verbose
30
- name: XMake build
31
run: xmake --build --verbose emdevif_test_framework_test
32
- name: XMake run test
0 commit comments