Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
C
compass-github-pull
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
steinbac
compass-github-pull
Commits
94d22b75
Commit
94d22b75
authored
Jun 07, 2018
by
Peter Steinbach
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added debug logging output to appveyor script
parent
e767c66f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
README.md
README.md
+2
-0
appveyor.yml
appveyor.yml
+2
-0
No files found.
README.md
View file @
94d22b75
...
...
@@ -57,6 +57,8 @@ int main(int argc, char** argv){
```
if you want to learn more supported features, check this
[
test file
](
tests/test_build_machine.cpp
)
.
## Help needed
This project is quite small, so here is your chance to boost open-source to the benefit of the entire C++ community.
...
...
appveyor.yml
View file @
94d22b75
...
...
@@ -19,6 +19,8 @@ build_script:
-
wmic.exe cpu get
-
mkdir build
-
cd build
-
cmake --version
-
cmake --help
-
cmake ..
#-G%GEN% # -DCMAKE_CXX_FLAGS="%additional_flags%"
-
cmake --build . --config Release
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment