Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: ♻️ add workspace Cargo.toml #499

Merged
merged 11 commits into from
Jun 9, 2024
21 changes: 21 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,24 @@ jobs :
-
name : Build
run : pnpm run build
# TODO: Add Matrix builds? https://github.com/rust-build/rust-build.action
cli-build:
name: "[apps/cli] Build"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Compile
id: compile
uses: rust-build/rust-build.action@v1.4.5
with:
RUSTTARGET: x86_64-unknown-linux-musl
UPLOAD_MODE: none
TOOLCHAIN_VERSION: nightly
SRC_DIR: apps/cli
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: "neuronek-cli-${{ steps.compile.outputs.BUILT_ARCHIVE }}"
path: |
${{ steps.compile.outputs.BUILT_ARCHIVE }}
${{ steps.compile.outputs.BUILT_CHECKSUM }}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -166,3 +166,4 @@ db.sqlite
**/.idea/httpRequests/
**/.idea/dataSources/
**/.idea/dataSources.local.xml
target
1 change: 1 addition & 0 deletions .idea/neuronek.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading