Peter M. Groen
/
cxxopts
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
d3aa51d555c4ae77db24d0516408ca5ac7e40a6e
Authored by
Jarryd Beck
2021-10-09 12:00:13 +1100
1 parent
5eca8a30
Add dummy workflow
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
.github/workflows/build.yml
.gitignore
.github/workflows/build.yml
0 → 100644
View file @
d3aa51d
.gitignore
View file @
d3aa51d
1
1
*.swp
2
-build*
2
+build*
/
3
3
CMakeCache.txt
4
4
Makefile
5
5
CMakeFiles/
6
6
Testing/
7
7
CTestTestfile.cmake
8
8
cmake_install.cmake
9
-bazel-*
10
9
\ No newline at end of file
10
+bazel-*
...
...