Skip to content

Commit

Permalink
chore: ♻️ add workspace Cargo.toml (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
keinsell authored Jun 9, 2024
1 parent 58fe50b commit 640f13a
Show file tree
Hide file tree
Showing 9 changed files with 4,089 additions and 5 deletions.
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

0 comments on commit 640f13a

Please sign in to comment.