Skip to content

Commit

Permalink
try getting CI to work
Browse files Browse the repository at this point in the history
  • Loading branch information
taylormcd committed Oct 25, 2021
1 parent bead7db commit 11cba9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mexjulia/jl.m
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@ function init()
' isfile(startupfile) && Base.JLOptions().startupfile != 2 && Base.include(Main, startupfile) ',...
'end '));

% rebuild MATLAB.jl
% add MATLAB.jl
if getenv('CI')
mexjulia(true, 'using Pkg; Pkg.build("MATLAB")')
mexjulia(true, 'using Pkg; Pkg.add("MATLAB");')
end

% load required packages
Expand Down

0 comments on commit 11cba9c

Please sign in to comment.