Skip to content

Commit

Permalink
Project updates
Browse files Browse the repository at this point in the history
  • Loading branch information
raphasampaio committed Dec 27, 2024
1 parent 0b1f275 commit b7bc897
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

SET DOCSPATH=%~dp0

CALL "%JULIA_1100%" --project=%DOCSPATH% %DOCSPATH%\make.jl
CALL "%JULIA_1112%" --project=%DOCSPATH% %DOCSPATH%\make.jl
2 changes: 1 addition & 1 deletion revise.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

SET BASEPATH=%~dp0\revise

%JULIA_1100% --project=%BASEPATH% --load=%BASEPATH%\revise.jl
CALL %JULIA_1112% --project=%BASEPATH% --load=%BASEPATH%\revise.jl
5 changes: 5 additions & 0 deletions test/test.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@echo off

SET BASEPATH=%~dp0

CALL "%JULIA_1112%" --project=%BASEPATH%\.. -e "import Pkg; Pkg.test()"

0 comments on commit b7bc897

Please sign in to comment.