Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
stdpp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Iris
stdpp
Commits
1d094160
There was a problem fetching the pipeline metadata.
Commit
1d094160
authored
6 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
update CI and Makefile
parent
4014c929
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+2
-2
2 additions, 2 deletions
Makefile
ci
+1
-1
1 addition, 1 deletion
ci
with
3 additions
and
3 deletions
Makefile
+
2
−
2
View file @
1d094160
...
@@ -8,7 +8,7 @@ all: Makefile.coq
...
@@ -8,7 +8,7 @@ all: Makefile.coq
clean
:
Makefile.coq
clean
:
Makefile.coq
+@make
-f
Makefile.coq clean
+@make
-f
Makefile.coq clean
find theories
\(
-name
"*.v.d"
-o
-name
"*.vo"
-o
-name
"*.aux"
-o
-name
"*.cache"
-o
-name
"*.glob"
-o
-name
"*.vio"
\)
-print
-delete
find theories
$$(
test
-d
tests
&&
echo
tests
)
\(
-name
"*.v.d"
-o
-name
"*.vo"
-o
-name
"*.aux"
-o
-name
"*.cache"
-o
-name
"*.glob"
-o
-name
"*.vio"
\)
-print
-delete
rm
-f
Makefile.coq
rm
-f
Makefile.coq
.PHONY
:
clean
.PHONY
:
clean
...
@@ -33,7 +33,7 @@ build-dep: build-dep/opam phony
...
@@ -33,7 +33,7 @@ build-dep: build-dep/opam phony
@
# dependencies, but does not actually install anything.
@
# dependencies, but does not actually install anything.
@
# Reinstalling is needed with opam 1 in case the pin already exists, but the builddep
@
# Reinstalling is needed with opam 1 in case the pin already exists, but the builddep
@
# package changed.
@
# package changed.
@
BUILD_DEP_PACKAGE
=
"
$$(
egrep "
^name:
" build-dep/opam | sed 's/^name: *"
\(
.
*
\)
" */
\1
/'
)
"
;
\
@
BUILD_DEP_PACKAGE
=
"
$$(
egrep "
^name:
" build-dep/opam | sed 's/^name: *"
\(
.
*
\)
" */
\1
/'
)
"
&&
\
echo
"# Pinning build-dep package."
&&
\
echo
"# Pinning build-dep package."
&&
\
opam pin add
-k
path
$(
OPAMFLAGS
)
"
$$
BUILD_DEP_PACKAGE"
.dev build-dep
&&
\
opam pin add
-k
path
$(
OPAMFLAGS
)
"
$$
BUILD_DEP_PACKAGE"
.dev build-dep
&&
\
((!
opam
--version
|
grep
"^1
\.
"
>
/dev/null
)
||
(
\
((!
opam
--version
|
grep
"^1
\.
"
>
/dev/null
)
||
(
\
...
...
This diff is collapsed.
Click to expand it.
ci
@
16c8b610
Compare
99c935d2
...
16c8b610
Subproject commit
99c935d2007358fe4028560e96f9c136e608e69
6
Subproject commit
16c8b6107119db3448b6828d3d2757888f2b237
6
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment