Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CoPaR
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Software
CoPaR
Commits
a7c3133f
Commit
a7c3133f
authored
Nov 09, 2018
by
Hans-Peter Deifel
🐢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build.sh: ma -> copar
parent
9475f96d
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
build.sh
build.sh
+2
-2
No files found.
build.sh
View file @
a7c3133f
...
...
@@ -74,10 +74,10 @@ case "$1" in
doBench
"
${
@
:2
}
"
;;
r|run
)
exec
stack
exec
ma
--
"
${
@
:2
}
"
exec
stack
exec
copar
--
"
${
@
:2
}
"
;;
haddock
)
exec
stack haddock :
ma
"
${
@
:2
}
"
exec
stack haddock :
copar
"
${
@
:2
}
"
;;
*
)
echo
"Unknown command
$1
"
...
...
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