-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# SPDX-FileCopyrightText: 2021 - 2024 Robin Vobruba <[email protected]> | ||
# SPDX-FileCopyrightText: 2021 - 2025 Robin Vobruba <[email protected]> | ||
# | ||
# SPDX-License-Identifier: Unlicense | ||
|
||
|
@@ -12,7 +12,7 @@ on: | |
- 'tests/**' | ||
- 'Cargo.toml' | ||
- 'Cargo.lock' | ||
- 'scripts/build' | ||
- 'run/rp/build' | ||
- '.github/workflows/build.yml' | ||
release: | ||
types: [ published ] | ||
|
@@ -35,7 +35,7 @@ jobs: | |
submodules: true | ||
|
||
- name: "Install STOML (BASH TOML parser)" | ||
run: scripts/install_stoml | ||
run: run/rp/install_stoml | ||
|
||
- name: "Setup Python 3" | ||
uses: actions/setup-python@v4 | ||
|
@@ -63,11 +63,11 @@ jobs: | |
uses: Swatinem/rust-cache@v2 | ||
|
||
- name: "Install STOML (BASH TOML parser) *again*, because the cache recreation above might have removed it" | ||
run: scripts/install_stoml | ||
run: run/rp/install_stoml | ||
|
||
- name: "Build" | ||
run: scripts/build | ||
run: run/rp/build | ||
|
||
- name: "Test & Check" | ||
run: scripts/test | ||
run: run/rp/test | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# SPDX-FileCopyrightText: 2021 - 2024 Robin Vobruba <[email protected]> | ||
# SPDX-FileCopyrightText: 2021 - 2025 Robin Vobruba <[email protected]> | ||
# | ||
# SPDX-License-Identifier: Unlicense | ||
|
||
|
@@ -50,12 +50,12 @@ jobs: | |
submodules: true | ||
|
||
- name: "Install STOML (BASH TOML parser)" | ||
run: scripts/install_stoml | ||
run: run/rp/install_stoml | ||
|
||
- name: Set the environment variables (including OUR_VERSION) | ||
shell: bash | ||
if: env.OUR_VERSION == '' | ||
run: scripts/env | ||
run: run/rp/env | ||
|
||
- name: Create GitHub release | ||
id: release | ||
|
@@ -113,17 +113,17 @@ jobs: | |
|
||
- name: "Install STOML (BASH TOML parser)" | ||
run: | | ||
scripts/install_stoml | ||
run/rp/install_stoml | ||
- name: Set the environment variables (including OUR_VERSION) | ||
shell: bash | ||
if: env.OUR_VERSION == '' | ||
run: scripts/env | ||
run: run/rp/env | ||
|
||
- name: Install packages (Ubuntu) | ||
if: matrix.os == 'ubuntu-latest' | ||
run: | | ||
scripts/install_deps_ubuntu | ||
run/rp/install_deps_ubuntu | ||
# - name: Install packages (macOS) | ||
# if: matrix.os == 'macos-latest' | ||
|
@@ -151,7 +151,7 @@ jobs: | |
echo "target dir is: ${{ env.TARGET_DIR }}" | ||
- name: Build and strip release binary | ||
run: scripts/build --skip-strip | ||
run: run/rp/build --skip-strip | ||
|
||
# - name: Strip release binary (linux and macos) | ||
# if: matrix.build == 'linux' || matrix.build == 'macos' | ||
|
@@ -171,7 +171,7 @@ jobs: | |
run: | | ||
export ENV_FILE="proj_build_envs.txt" | ||
# This writes "BINARY=bla" to ENV_FILE | ||
scripts/env | ||
run/rp/env | ||
source "$ENV_FILE" | ||
BIN="target/release/$BINARY" | ||
if [ -f "$BIN" ] | ||
|
@@ -197,7 +197,7 @@ jobs: | |
- name: Build archive | ||
shell: bash | ||
run: | | ||
scripts/package | ||
run/rp/package | ||
- name: Upload release archive | ||
uses: actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# KiCad text injector | ||
|
||
<!-- | ||
SPDX-FileCopyrightText: 2021-2023 Robin Vobruba <[email protected]> | ||
SPDX-FileCopyrightText: 2021-2025 Robin Vobruba <[email protected]> | ||
SPDX-License-Identifier: CC0-1.0 | ||
--> | ||
|
@@ -50,7 +50,7 @@ You need to install Rust(lang) and Cargo. | |
Then you can run: | ||
|
||
```bash | ||
scripts/build | ||
run/rp/build | ||
``` | ||
|
||
## Get the tool | ||
|
Submodule rp
updated
from 000000 to 51a9c6