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
ae33cf61
Commit
ae33cf61
authored
Aug 10, 2013
by
Kenton Varda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove old compiler from test script.
parent
8bcec20b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
12 deletions
+2
-12
super-test.sh
super-test.sh
+2
-12
No files found.
super-test.sh
View file @
ae33cf61
...
...
@@ -99,9 +99,7 @@ __EOF__
exit
0
elif
[
"x
$1
"
==
"xclean"
]
;
then
rm
-rf
tmp-staging
cd
compiler
doit cabal clean
cd
../c++
cd
c++
if
[
-e
Makefile
]
;
then
doit make maintainer-clean
fi
...
...
@@ -113,6 +111,7 @@ __EOF__
echo
"commands:"
echo
" test Runs tests (the default)."
echo
" clang Runs tests using Clang compiler."
echo
" gcc-4.8 Runs tests using gcc-4.8."
echo
" remote HOST Runs tests on HOST via SSH."
echo
" kenton Kenton's meta-test (uses hosts on Kenton's network)."
echo
" clean Delete temporary files that may be left after failure."
...
...
@@ -134,15 +133,6 @@ mkdir $STAGING/lib
export
PATH
=
$STAGING
/bin:
$PATH
export
LD_LIBRARY_PATH
=
$STAGING
/lib
${
LD_LIBRARY_PATH
:+:
$LD_LIBRARY_PATH
}
echo
"========================================================================="
echo
"Building compiler"
echo
"========================================================================="
cd
compiler
doit cabal
install
--bindir
=
"
$STAGING
/bin"
--libdir
=
"
$STAGING
/lib"
capnproto-compiler.cabal
doit cabal clean
cd
..
echo
"========================================================================="
echo
"Building c++"
echo
"========================================================================="
...
...
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