Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4cc6706

Browse files
projectgusdpgeorge
authored andcommitted
tools/ci.sh: Add unix-ffi library when testing unix-ffi subdirectory.
Signed-off-by: Angus Gratton <angus@redyak.com.au>
1 parent 8058b29 commit 4cc6706

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎tools/ci.sh‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,11 @@ function ci_build_packages_check_manifest {
3030
for file in $(find -name manifest.py); do
3131
echo "##################################################"
3232
echo "# Testing $file"
33-
python3 /tmp/micropython/tools/manifestfile.py --lib . --compile $file
33+
extra_args=
34+
if [[ "$file" =~ "/unix-ffi/" ]]; then
35+
extra_args="--unix-ffi"
36+
fi
37+
python3 /tmp/micropython/tools/manifestfile.py $extra_args --lib . --compile $file
3438
done
3539
}
3640

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /