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
4c7ae535
Commit
4c7ae535
authored
Dec 14, 2014
by
Kenton Varda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix test script ugh.
parent
14bd8cdc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
mega-test-quick.cfg
mega-test-quick.cfg
+5
-5
super-test.sh
super-test.sh
+1
-1
No files found.
mega-test-quick.cfg
View file @
4c7ae535
linux-gcc-4.
7 932 ./super-test.sh tmpdir capnp-gcc-4.7 quick gcc-4.7
linux-gcc-4.8 9
32
./super-test.sh tmpdir capnp-gcc-4.8 quick gcc-4.8
linux-clang 9
62
./super-test.sh tmpdir capnp-clang quick clang
mac
886
./super-test.sh remote beat caffeinate quick
cygwin 9
2
5 ./super-test.sh remote Kenton@flashman quick
linux-gcc-4.
9 950 ./super-test.sh tmpdir capnp-gcc-4.9 quick gcc-4.9
linux-gcc-4.8 9
50
./super-test.sh tmpdir capnp-gcc-4.8 quick gcc-4.8
linux-clang 9
80
./super-test.sh tmpdir capnp-clang quick clang
mac
905
./super-test.sh remote beat caffeinate quick
cygwin 9
4
5 ./super-test.sh remote Kenton@flashman quick
super-test.sh
View file @
4c7ae535
...
...
@@ -60,7 +60,7 @@ while [ $# -gt 0 ]; do
echo
"Pushing code to
$HOST
..."
echo
"========================================================================="
BRANCH
=
$(
git rev-parse
--abbrev-ref
HEAD
)
ssh
$HOST
'
chmod -R +w tmp-test-capnp
&& rm -rf tmp-test-capnp && mkdir tmp-test-capnp && git init tmp-test-capnp'
ssh
$HOST
'
(chmod -fR +w tmp-test-capnp || true)
&& rm -rf tmp-test-capnp && mkdir tmp-test-capnp && git init tmp-test-capnp'
git push ssh://
$HOST
/~/tmp-test-capnp
"
$BRANCH
:test"
ssh
$HOST
"cd tmp-test-capnp && git checkout test"
scp
-qr
c++/gtest
$HOST
:~/tmp-test-capnp/c++/gtest
...
...
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