Skip to content

Commit

Permalink
Merge pull request #3 from fprime-community/update/native-builds
Browse files Browse the repository at this point in the history
Update/native builds
  • Loading branch information
LeStarch authored Aug 2, 2023
2 parents 18b9f87 + 7037a91 commit 8e0b1f9
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 33 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/build-native.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Build Native Images

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
release:
types: [ published ]

jobs:
run:
name: "Package"
uses: "fprime-community/native-images-action/.github/workflows/native-build.yml@main"
with:
working-directory: $GITHUB_WORKSPACE
secrets: inherit

Empty file added src/fprime_layout/__init__.py
Empty file.
8 changes: 8 additions & 0 deletions test
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ num_failed=0
else
printf "$num_failed tests "
echo_red FAILED
for diff_file in `find . -name "*.diff.txt" -size +0c`
do
echo "---------------------------------------"
echo "[ERROR] Difference Detected: $diff_file"
echo "---------------------------------------"
cat $diff_file
echo "---------------------------------------"
done
fi
echo $num_failed > num_failed.txt
} 2>&1 | tee test-output.txt
Expand Down
2 changes: 1 addition & 1 deletion tools/fpl-extract-xml/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ classifiers = [
dependencies = [
'importlib-metadata; python_version<"3.8"',
]
dynamic = ["version"]
version = 1.0.0

[project.scripts]
fpl-extract-xml="fpl_extract_xml.__main__:main"
File renamed without changes.
32 changes: 0 additions & 32 deletions tools/fpl-write-eps/test/run

This file was deleted.

0 comments on commit 8e0b1f9

Please sign in to comment.