Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
why3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
119
Issues
119
List
Boards
Labels
Service Desk
Milestones
Merge Requests
16
Merge Requests
16
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Why3
why3
Commits
7625ab66
Commit
7625ab66
authored
Aug 22, 2019
by
François Bobot
Committed by
MARCHE Claude
Aug 22, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Doesn't compile why3_js.js by default
but still compile bytecode version
parent
55b62bf8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
3 deletions
+8
-3
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
Makefile.in
Makefile.in
+4
-2
misc/ci-local.sh
misc/ci-local.sh
+3
-0
No files found.
.gitlab-ci.yml
View file @
7625ab66
...
...
@@ -95,7 +95,7 @@ full-4.07.1:
DEBIAN_PACKAGES
:
hevea rubber texlive-latex-extra lmodern texlive-fonts-recommended
OPAM_PACKAGES
:
coq-flocq.3.1.0 js_of_ocaml-ppx alt-ergo.2.0.0
script
:
-
misc/ci-docker.sh misc/ci-local.sh bench ide doc
-
misc/ci-docker.sh misc/ci-local.sh bench ide doc
web_ide
nightly-bench
:
stage
:
nightly
...
...
Makefile.in
View file @
7625ab66
...
...
@@ -1701,8 +1701,10 @@ src/ide/why3_js.byte: lib/why3/why3.cma src/ide/why3_js.cmo
src/ide/why3_js.js
:
src/ide/why3_js.byte
js_of_ocaml +nat.js +dynlink.js +toplevel.js
$<
opt
:
bin/why3webserver.opt src/ide/why3_js.js
byte
:
bin/why3webserver.byte src/ide/why3_js.js
web_ide
:
src/ide/why3_js.js
opt
:
bin/why3webserver.opt
byte
:
bin/why3webserver.byte src/ide/why3_js.cmo
endif
...
...
misc/ci-local.sh
View file @
7625ab66
...
...
@@ -19,6 +19,9 @@ do
bin/why3config
--detect
bench/ide-bench
;;
web_ide
)
make web_ide
;;
doc
)
make doc
make stdlibdoc
...
...
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