Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

process the main manuals in the installation of GAP #320

Closed

Conversation

ThomasBreuer
Copy link
Member

No description provided.

@codecov
Copy link

codecov bot commented Jan 20, 2020

Codecov Report

Merging #320 into master will decrease coverage by 1.59%.
The diff coverage is n/a.

@@            Coverage Diff            @@
##           master     #320     +/-   ##
=========================================
- Coverage   71.59%   69.99%   -1.6%     
=========================================
  Files          59       57      -2     
  Lines        3960     3756    -204     
=========================================
- Hits         2835     2629    -206     
- Misses       1125     1127      +2
Impacted Files Coverage Δ
deps/build.jl 0% <ø> (ø) ⬆️
src/packages.jl 90% <0%> (-4.74%) ⬇️
src/julia_to_gap.jl 94.02% <0%> (-1.36%) ⬇️
test/convenience.jl 100% <0%> (ø) ⬆️
test/conversion.jl 100% <0%> (ø) ⬆️
test/basics.jl
test/macros.jl
src/ccalls.jl 98.43% <0%> (+0.05%) ⬆️
src/GAP.jl 92.1% <0%> (+0.21%) ⬆️
pkg/GAPJulia/JuliaExperimental/julia/gapperm.jl 88.88% <0%> (+0.74%) ⬆️

@@ -38,6 +38,9 @@ if install_gap
run(`./autogen.sh`)
run(`./configure --with-gc=julia --with-julia=$(julia_binary)`)
run(`make -j$(Sys.CPU_THREADS)`)
cd("doc")
run(`make_doc nopdf`)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This won't work, you'd need this:

Suggested change
run(`make_doc nopdf`)
run(`./make_doc nopdf`)

But even better is to invoke make html (I've submitted PR #321 doing that)

@fingolfin fingolfin closed this Jan 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants