Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
oc_jpegencode_vdt
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
oc_jpegencode_vdt
Commits
89f9ffcb
Commit
89f9ffcb
authored
Sep 01, 2015
by
Chiggs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Try writing stuff during the build....
parent
afade589
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
.travis.yml
.travis.yml
+5
-1
No files found.
.travis.yml
View file @
89f9ffcb
...
@@ -8,4 +8,8 @@ before_install:
...
@@ -8,4 +8,8 @@ before_install:
-
mv quartus* quartus_14.0.tar.gz
-
mv quartus* quartus_14.0.tar.gz
-
tar -zxf quartus_14.0.tar.gz
-
tar -zxf quartus_14.0.tar.gz
script
:
script
:
-
cd syn && PATH=$PWD/../altera/14.0/quartus/bin:$PATH make
-
cd syn && PATH=$PWD/../altera/14.0/quartus/bin:$PATH make &
-
pid=$!
-
echo $pid
-
while sleep 1m; echo Waiting on $pid; kill -0 $pid >/dev/null 2>&1; do; done
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