mirror of
https://github.com/eledio-devices/thirdparty-littlefs.git
synced 2025-11-01 00:38:29 +01:00
Changed littlefs-fuse target for testing purposes
This is a downside caused by relying on and external repo for testing, but also storing the CI configuration inside this repo. Fortunately we can use a temporary v2-alpha branch in the FUSE repo mirroring the v2-alpha branch for testing.
This commit is contained in:
@@ -103,7 +103,7 @@ jobs:
|
|||||||
- NAME=littlefs-fuse
|
- NAME=littlefs-fuse
|
||||||
install:
|
install:
|
||||||
- sudo apt-get install libfuse-dev
|
- sudo apt-get install libfuse-dev
|
||||||
- git clone --depth 1 https://github.com/geky/littlefs-fuse
|
- git clone --depth 1 https://github.com/geky/littlefs-fuse -b v2-alpha
|
||||||
- fusermount -V
|
- fusermount -V
|
||||||
- gcc --version
|
- gcc --version
|
||||||
before_script:
|
before_script:
|
||||||
|
|||||||
Reference in New Issue
Block a user