mirror of
https://github.com/threeal/cmake-action.git
synced 2025-11-03 05:13:42 +00:00
show message if test_c and test_cpp ran successfully
This commit is contained in:
parent
6f70267077
commit
99cd2fcb10
@ -1,3 +1,6 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main() {
|
||||
printf("all ok\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
@ -1,3 +1,6 @@
|
||||
#include <iostream>
|
||||
|
||||
int main() {
|
||||
std::cout << "all ok" << std::endl;
|
||||
return 0;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user