Bläddra i källkod

Added thread-safe build+size reporting to CI

Christopher Haster 5 år sedan
förälder
incheckning
75131de614
1 ändrade filer med 3 tillägg och 3 borttagningar
  1. 3 3
      .travis.yml

+ 3 - 3
.travis.yml

@@ -208,12 +208,12 @@ jobs:
     script:
     script:
       - make test TFLAGS+="-k --valgrind"
       - make test TFLAGS+="-k --valgrind"
 
 
-  # test compilation in read-only mode
+  # test compilation in thread-safe mode
   - stage: test
   - stage: test
     env:
     env:
-      - NAME=littlefs-readonly
+      - NAME=littlefs-threadsafe
       - CC="arm-linux-gnueabi-gcc --static -mthumb"
       - CC="arm-linux-gnueabi-gcc --static -mthumb"
-      - CFLAGS="-Werror -DLFS_READONLY"
+      - CFLAGS="-Werror -DLFS_THREADSAFE"
     if: branch !~ -prefix$
     if: branch !~ -prefix$
     install:
     install:
       - *install-common
       - *install-common