Skip to content
Snippets Groups Projects
Commit 85277bd8 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Merge branch 'julia-package' into 'master'

Add Julia package metadata

See merge request !31
parents 0b0bf4db b98e0064
No related branches found
No related tags found
1 merge request!31Add Julia package metadata
Pipeline #34785 failed
......@@ -79,6 +79,12 @@ test-py3.10:
- make test
<<: *junit_definition
test-julia-1.6:
image: docker.km3net.de/base/julia:1.6
stage: test
script:
- julia -e 'import Pkg; Pkg.develop(path=".")'
code-style:
image: docker.km3net.de/base/python:3.7
stage: test
......
name = "KM3NeTTestData"
uuid = "3249b543-581e-4f22-b7da-6c2cdf549b24"
authors = ["Tamas Gal <tamas.gal@fau.de>"]
version = "0.4.3"
module KM3NeTTestData
export datapath
const DATA_DIR = joinpath(@__DIR__, "..", "km3net_testdata", "data")
datapath(p...) = joinpath(DATA_DIR, p...)
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment