Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

Commit

Permalink
Update .gitpod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfliegner authored May 20, 2024
1 parent 2a9325d commit 9913420
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@

image:
file: .gitpod.Dockerfile

tasks:
- before: >
echo "PATH_add ~/julia/bin" > $GITPOD_REPO_ROOT/.envrc
&& echo 'export SEARCHLIGHT_USERNAME="gitpod"' >> $$GITPOD_REPO_ROOT/.envrc
&& direnv allow $$GITPOD_REPO_ROOT
&& cd $GITPOD_REPO_ROOT
- init: >
cd ~ && curl -L https://storage.googleapis.com/julialang2/bin/linux/x64/$JULIA_MINOR_VERSION/julia-$JULIA_BUGFIX_VERSION-linux-x86_64.tar.gz
| tar -xzf - && mv julia-$JULIA_BUGFIX_VERSION julia
- name: Script Task
init: >
echo 'init script'
&& echo 'export SEARCHLIGHT_USERNAME="gitpod"' > $GITPOD_REPO_ROOT/.envrc
&& direnv allow $GITPOD_REPO_ROOT
- command: python3 -m http.server 8080 -d docs/build
- command: julia -e 'using Pkg; Pkg.activate("."); Pkg.instantiate();include("testCreateContract.jl"); include("testPendingMutations.jl")'
- command: julia -e 'include("init.jl")'
- command: python3 -m http.server 8080 -d docs/build
- command: gp open bitemporal_testcase.ipynb
- command: gp open bitemporal_testcase.ipynb

0 comments on commit 9913420

Please sign in to comment.