create dummy cpp build job
Some checks failed
Gitea Actions Demo / build (push) Failing after 0s
Gitea Actions Demo / execute (push) Failing after 0s

This commit is contained in:
2026-02-18 23:06:29 -06:00
parent 6d8191b3e8
commit 16761a520b
2 changed files with 38 additions and 11 deletions

9
main.cpp Normal file
View File

@@ -0,0 +1,9 @@
#include <iostream>
int main() {
std::cout << "Hello homeburger gitea ci/cd !! :3" << std::endl;
return 0;
}