Skip to content

Commit

Permalink
feat(ci): add r and rust build
Browse files Browse the repository at this point in the history
  • Loading branch information
Zitrone44 committed Jul 25, 2024
1 parent 7595a5f commit ec4df00
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
image: [all-python-cpu, all-python-cuda]
image: [all-python-cpu, all-python-cuda, all-r-cpu, all-rust-cpu]
env:
FORCE_COLOR: 1
steps:
Expand Down
12 changes: 6 additions & 6 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ all:
BUILD +all-rust

all-python:
BUILD all-python-cpu
BUILD all-python-cuda
BUILD +all-python-cpu
BUILD +all-python-cuda

all-r:
BUILD all-r-cpu
BUILD +all-r-cpu

all-rust:
BUILD all-rust-cpu
BUILD +all-rust-cpu

all-python-cpu:
BUILD +python-cpu-jupyter
Expand All @@ -39,10 +39,10 @@ all-python-cuda:
BUILD +python-cuda-code

all-r-cpu:
BUILD r-cpu-jupyter
BUILD +r-cpu-jupyter

all-rust-cpu:
BUILD rust-cpu-jupyter
BUILD +rust-cpu-jupyter

python-cpu:
FROM +common
Expand Down

0 comments on commit ec4df00

Please sign in to comment.