فهرست منبع

CI: enabled plugins

Michele Caini 6 سال پیش
والد
کامیت
9acdeeed04
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      .github/workflows/build.yml

+ 3 - 3
.github/workflows/build.yml

@@ -20,7 +20,7 @@ jobs:
       env:
       env:
         CXX: ${{ matrix.compiler }}
         CXX: ${{ matrix.compiler }}
       run: |
       run: |
-        cmake -DBUILD_TESTING=ON -DBUILD_LIB=ON ..
+        cmake -DBUILD_TESTING=ON -DBUILD_LIB=ON -DBUILD_PLUGIN=ON ..
         make -j4
         make -j4
     - name: Run tests
     - name: Run tests
       working-directory: build
       working-directory: build
@@ -49,7 +49,7 @@ jobs:
     - name: Compile tests
     - name: Compile tests
       working-directory: build
       working-directory: build
       run: |
       run: |
-        cmake -DBUILD_TESTING=ON -DBUILD_LIB=ON ${{ matrix.toolset_option }} ..
+        cmake -DBUILD_TESTING=ON -DBUILD_LIB=ON -DBUILD_PLUGIN=ON ${{ matrix.toolset_option }} ..
         cmake --build . -j 4
         cmake --build . -j 4
     - name: Run tests
     - name: Run tests
       working-directory: build
       working-directory: build
@@ -66,7 +66,7 @@ jobs:
     - name: Compile tests
     - name: Compile tests
       working-directory: build
       working-directory: build
       run: |
       run: |
-        cmake -DBUILD_TESTING=ON -DBUILD_LIB=ON ..
+        cmake -DBUILD_TESTING=ON -DBUILD_LIB=ON -DBUILD_PLUGIN=ON ..
         make -j4
         make -j4
     - name: Run tests
     - name: Run tests
       working-directory: build
       working-directory: build