Skip to content

Commit

Permalink
Updates Linux build script after AppVeyor kernel update to 5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jgressmann committed Mar 20, 2022
1 parent ecae9c6 commit e153693
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@ install:
# scripts to run before build
before_build:
- git submodule update --init --recursive Linux
- cd Linux && git checkout pre-v5.13 && cd ..
#- cd Linux && git checkout pre-v5.13 && cd ..


build_script:
# - pwd
# - find
- uname -a
- export SUPERCAN_DIR=$(find "$APPVEYOR_BUILD_FOLDER/Linux" -type d -name 'supercan_usb-*' | head)
# - /bin/echo "SUPERCAN_DIR: $SUPERCAN_DIR" # <-- does not work
- env
Expand Down

0 comments on commit e153693

Please sign in to comment.