Skip to content

Commit

Permalink
Try to install class on Github
Browse files Browse the repository at this point in the history
  • Loading branch information
hersle committed Oct 11, 2024
1 parent cb91f85 commit d8d4d79
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ContinuousIntegration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,12 @@ jobs:
- name: Clone and build CLASS
run: |
git clone --depth 1 https://github.com/lesgourg/class_public
echo "\$HOME = $HOME"
echo "\$PATH = $PATH"
make --directory class_public class
mkdir -p $HOME/.local/bin/
ln -s $PWD/class_public/class $HOME/.local/bin/
class
- name: Configure doc environment
shell: julia --project=docs --color=yes {0}
run: |
Expand Down
8 changes: 6 additions & 2 deletions docs/src/comparison.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,13 @@ run(`cc --version`)
```

```@example class
isdir("class_public")
pwd()
```

```@example class
isfile("class_public/class")
isdir("../../class_public")
```

```@example class
isfile("../../class_public/class")
```

0 comments on commit d8d4d79

Please sign in to comment.