Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-julialib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
caosdb
Software
caosdb-julialib
Commits
d7537e93
Commit
d7537e93
authored
3 years ago
by
florian
Browse files
Options
Downloads
Patches
Plain Diff
MAINT: Add caosdb_client.json for tests
parent
977df490
No related branches found
Branches containing commit
No related tags found
1 merge request
!7
ENH: Implement queries and entity retrieval
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-0
1 addition, 0 deletions
.gitlab-ci.yml
src/CaosDB.jl
+2
-0
2 additions, 0 deletions
src/CaosDB.jl
with
3 additions
and
0 deletions
.gitlab-ci.yml
+
1
−
0
View file @
d7537e93
...
...
@@ -100,6 +100,7 @@ test:
script
:
-
.docker/install_cpplib.sh
-
export LD_LIBRARY_PATH=/root/.local/lib:$LD_LIBRARY_PATH
-
export CAOSDB_CLIENT_CONFIGURATION=$(pwd)/.docker/caosdb_client.json
# Let's run the tests. Substitute `coverage = false` below, if you
# do not want coverage results.
-
julia -e 'using Pkg; Pkg.add(path=pwd());
...
...
This diff is collapsed.
Click to expand it.
src/CaosDB.jl
+
2
−
0
View file @
d7537e93
...
...
@@ -216,4 +216,6 @@ include("Connection.jl")
module
Entity
end
module
Transaction
end
end
# CaosDB
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