Changed FUSE branch to v2 (previously v2-alpha)
This commit is contained in:
+2
-2
@@ -111,7 +111,7 @@ jobs:
|
|||||||
if: branch !~ -prefix$
|
if: branch !~ -prefix$
|
||||||
install:
|
install:
|
||||||
- sudo apt-get install libfuse-dev
|
- sudo apt-get install libfuse-dev
|
||||||
- git clone --depth 1 https://github.com/geky/littlefs-fuse -b v2-alpha
|
- git clone --depth 1 https://github.com/geky/littlefs-fuse -b v2
|
||||||
- fusermount -V
|
- fusermount -V
|
||||||
- gcc --version
|
- gcc --version
|
||||||
before_script:
|
before_script:
|
||||||
@@ -146,7 +146,7 @@ jobs:
|
|||||||
if: branch !~ -prefix$
|
if: branch !~ -prefix$
|
||||||
install:
|
install:
|
||||||
- sudo apt-get install libfuse-dev
|
- sudo apt-get install libfuse-dev
|
||||||
- git clone --depth 1 https://github.com/geky/littlefs-fuse -b v2-alpha v2
|
- git clone --depth 1 https://github.com/geky/littlefs-fuse -b v2 v2
|
||||||
- git clone --depth 1 https://github.com/geky/littlefs-fuse -b v1 v1
|
- git clone --depth 1 https://github.com/geky/littlefs-fuse -b v1 v1
|
||||||
- fusermount -V
|
- fusermount -V
|
||||||
- gcc --version
|
- gcc --version
|
||||||
|
|||||||
Reference in New Issue
Block a user