Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NeRCA.jl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tamas Gal
NeRCA.jl
Commits
4df0ecd3
Verified
Commit
4df0ecd3
authored
1 year ago
by
Tamas Gal
Browse files
Options
Downloads
Patches
Plain Diff
Rename master to main
parent
5e732263
No related branches found
No related tags found
No related merge requests found
Pipeline
#49996
passed
1 year ago
Stage: test
Stage: docs
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
appveyor.yml
+0
-34
0 additions, 34 deletions
appveyor.yml
docs/make.jl
+1
-1
1 addition, 1 deletion
docs/make.jl
with
1 addition
and
35 deletions
appveyor.yml
deleted
100644 → 0
+
0
−
34
View file @
5e732263
environment
:
matrix
:
-
JULIAVERSION
:
"
julialang/bin/winnt/x86/0.5/julia-0.5-latest-win32.exe"
-
JULIAVERSION
:
"
julialang/bin/winnt/x64/0.5/julia-0.5-latest-win64.exe"
-
JULIAVERSION
:
"
julianightlies/bin/winnt/x86/julia-latest-win32.exe"
-
JULIAVERSION
:
"
julianightlies/bin/winnt/x64/julia-latest-win64.exe"
branches
:
only
:
-
master
-
/release-.*/
notifications
:
-
provider
:
Email
on_build_success
:
false
on_build_failure
:
false
on_build_status_changed
:
false
install
:
# Download most recent Julia Windows binary
-
ps
:
(new-object net.webclient).DownloadFile(
$("http://s3.amazonaws.com/"+$env:JULIAVERSION),
"C:\projects\julia-binary.exe")
# Run installer silently, output to C:\projects\julia
-
C:\projects\julia-binary.exe /S /D=C:\projects\julia
build_script
:
# Need to convert from shallow to complete for Pkg.clone to work
-
IF EXIST .git\shallow (git fetch --unshallow)
-
C:\projects\julia\bin\julia -e "versioninfo();
Pkg.clone(pwd(), \"NeRCA\"); Pkg.build(\"NeRCA\")"
test_script
:
-
C:\projects\julia\bin\julia -e "Pkg.test(\"NeRCA\")"
This diff is collapsed.
Click to expand it.
docs/make.jl
+
1
−
1
View file @
4df0ecd3
...
...
@@ -25,6 +25,6 @@ makedocs(;
deploydocs
(;
repo
=
"git.km3net.de/tgal/NeRCA.jl"
,
devbranch
=
"ma
ster
"
,
devbranch
=
"ma
in
"
,
push_preview
=
true
)
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