Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
capnproto
Project
Project
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
capnproto
Commits
4c169a09
Commit
4c169a09
authored
7 years ago
by
Kenton Varda
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of github.com:sandstorm-io/capnproto
parents
8f8227cf
dcc9d133
master
v0.7.0
v0.6.1
v0.6.0
No related merge requests found
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
13 deletions
+21
-13
mega-test-kenton-home.cfg
mega-test-kenton-home.cfg
+6
-0
mega-test.cfg
mega-test.cfg
+0
-6
release.sh
release.sh
+15
-7
No files found.
mega-test-kenton-home.cfg
0 → 100644
View file @
4c169a09
linux-gcc-4.9 9752 ./super-test.sh tmpdir capnp-gcc-4.9 -j8 gcc-4.9
linux-gcc 9754 ./super-test.sh tmpdir capnp-gcc -j8
linux-clang-3.5 9889 ./super-test.sh tmpdir capnp-clang-3.5 -j8 compiler clang++-3.5
linux-clang-5.0 9892 ./super-test.sh tmpdir capnp-clang-5.0 -j8 compiler clang++-5.0
mac 7064 ./super-test.sh remote beat caffeinate
cygwin 8500 ./super-test.sh remote Kenton@flashman
This diff is collapsed.
Click to expand it.
mega-test.cfg
deleted
100644 → 0
View file @
8f8227cf
linux-gcc-4.9 10518 ./super-test.sh tmpdir capnp-gcc-4.9 gcc-4.9
linux-gcc-4.8 9801 ./super-test.sh tmpdir capnp-gcc-4.8 gcc-4.8
linux-clang 10616 ./super-test.sh tmpdir capnp-clang clang
mac 7937 ./super-test.sh remote beat caffeinate
cygwin 9050 ./super-test.sh remote Kenton@flashman
exotic 5581 ./super-test.sh tmpdir exotic exotic
This diff is collapsed.
Click to expand it.
release.sh
View file @
4c169a09
...
...
@@ -2,14 +2,16 @@
set
-euo
pipefail
if
(
grep
-r
KJ_DBG c++/src | egrep
-v
'/debug(-test)?[.]'
)
;
then
echo
'*** Error: There are instances of KJ_DBG in the code.'
>
&2
exit
1
fi
if
[
"
$1
"
!=
"package"
]
;
then
if
(
grep
-r
KJ_DBG c++/src | egrep
-v
'/debug(-test)?[.]'
|
grep
-v
'See KJ_DBG\.$'
)
;
then
echo
'*** Error: There are instances of KJ_DBG in the code.'
>
&2
exit
1
fi
if
(
egrep
-r
'TODO\((now|soon)\)'
*
)
;
then
echo
'*** Error: There are release-blocking TODOs in the code.'
>
&2
exit
1
if
(
egrep
-r
'TODO\((now|soon)\)'
*
)
;
then
echo
'*** Error: There are release-blocking TODOs in the code.'
>
&2
exit
1
fi
fi
doit
()
{
...
...
@@ -319,6 +321,12 @@ case "${1-}:$BRANCH" in
fi
;;
# ======================================================================================
package:
*
)
echo
"Just building a package."
build_packages
$(
get_version
'.*'
)
;;
# ======================================================================================
*
:master
)
echo
"Invalid command for mainline branch. Only command is 'candidate'."
>
&2
...
...
This diff is collapsed.
Click to expand it.
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