Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
json
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
json
Commits
0c62748b
Unverified
Commit
0c62748b
authored
May 09, 2021
by
Niels Lohmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🔧
change repository
parent
c73bd8b2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
.drone.yml
.drone.yml
+4
-4
No files found.
.drone.yml
View file @
0c62748b
...
@@ -8,17 +8,17 @@ steps:
...
@@ -8,17 +8,17 @@ steps:
-
name
:
build
-
name
:
build
image
:
gcc
image
:
gcc
commands
:
commands
:
-
git -c http.sslVerify=false clone https://git
hub.com/Kitware/CM
ake.git
-
git -c http.sslVerify=false clone https://git
lab.kitware.com/cmake/cm
ake.git
-
cd
CM
ake
-
cd
cm
ake
-
./configure
-
./configure
-
make cmake ctest -j10
-
make cmake ctest -j10
-
cd ..
-
cd ..
-
mkdir build
-
mkdir build
-
cd build
-
cd build
-
../
CM
ake/bin/cmake .. -DJSON_FastTests=ON
-
../
cm
ake/bin/cmake .. -DJSON_FastTests=ON
-
make -j10
-
make -j10
-
cd test
-
cd test
-
../../
CM
ake/bin/ctest -j10
-
../../
cm
ake/bin/ctest -j10
---
---
kind
:
pipeline
kind
:
pipeline
...
...
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