Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
json
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
json
Commits
447f5421
Unverified
Commit
447f5421
authored
Feb 11, 2018
by
Niels Lohmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🔨
overworked release target
parent
61f0bfb1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
Makefile
Makefile
+7
-0
No files found.
Makefile
View file @
447f5421
...
...
@@ -313,5 +313,12 @@ ChangeLog.md:
##########################################################################
release
:
mkdir
release_files
zip
-9
-r
include.zip include/
*
gpg
--armor
--detach-sig
include.zip
mv
include.zip include.zip.asc release_files
gpg
--armor
--detach-sig
single_include/nlohmann/json.hpp
cp
single_include/nlohmann/json.hpp release_files
mv
single_include/nlohmann/json.hpp.asc release_files
cd
release_files
;
shasum
-a
256 json.hpp
>
hashes.txt
cd
release_files
;
shasum
-a
256 include.zip
>>
hashes.txt
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