From 1c8677744c07a14d33f68b942077667c4cdaf3c9 Mon Sep 17 00:00:00 2001 From: Joel Falcou Date: Thu, 6 Jun 2024 18:17:57 +0200 Subject: [PATCH] Integration are on merge only --- .github/workflows/documentation.yml | 2 +- .github/workflows/integration.yml | 8 ++++---- .github/workflows/unit.yml | 12 ++++++------ 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 3f9ac01..77990be 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -18,7 +18,7 @@ jobs: fail-fast: false steps: - name: Fetch current branch - uses: actions/checkout@v3 + uses: actions/checkout@v4.1.1 - name: Prepare TTS for documentation run: | mkdir build && cd build diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 60442bd..5d4ce7d 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -5,7 +5,7 @@ ##====================================================================================================================== name: TTS Integration Tests on: - pull_request: + push: branches: - main @@ -24,7 +24,7 @@ jobs: steps: - name: Fetch current branch - uses: actions/checkout@v3 + uses: actions/checkout@v4.1.1 - name: Install TTS from checkout run: | mkdir build && cd build @@ -47,7 +47,7 @@ jobs: steps: - name: Fetch current branch - uses: actions/checkout@v3 + uses: actions/checkout@v4.1.1 - name: Run Sample CMake run: | git config --global --add safe.directory /__w/tts/tts @@ -66,7 +66,7 @@ jobs: steps: - name: Fetch current branch - uses: actions/checkout@v3 + uses: actions/checkout@v4.1.1 - name: Run Sample CMake run: | git config --global --add safe.directory /__w/tts/tts diff --git a/.github/workflows/unit.yml b/.github/workflows/unit.yml index cdf3f0e..da170ef 100644 --- a/.github/workflows/unit.yml +++ b/.github/workflows/unit.yml @@ -27,7 +27,7 @@ jobs: - { tool: "-T ClangCL", config: Release } steps: - name: Fetch current branch - uses: actions/checkout@v3 + uses: actions/checkout@v4.1.1 - name: Running CMake for MSVC run: | mkdir build && cd build @@ -58,7 +58,7 @@ jobs: - { compiler: clang++ , opts: "-O0 -stdlib=libc++" , linker: -stdlib=libc++ } steps: - name: Fetch current branch - uses: actions/checkout@v3 + uses: actions/checkout@v4.1.1 - name: Running CMake for ${{ matrix.cfg.compiler }} with ${{ matrix.cfg.opts }} run: | mkdir build && cd build @@ -80,7 +80,7 @@ jobs: - { compiler: clang++ , opts: "-O0 -stdlib=libc++" , linker: -stdlib=libc++ } steps: - name: Fetch current branch - uses: actions/checkout@v3 + uses: actions/checkout@v4.1.1 - name: Running CMake for ${{ matrix.cfg.compiler }} with ${{ matrix.cfg.opts }} run: | mkdir build && cd build @@ -98,7 +98,7 @@ jobs: - { opts: "-O3 -flto -DNDEBUG"} steps: - name: Fetch current branch - uses: actions/checkout@v3 + uses: actions/checkout@v4.1.1 - name: Running CMake for ${{ matrix.cfg.compiler }} with ${{ matrix.cfg.opts }} run: | mkdir build && cd build @@ -118,7 +118,7 @@ jobs: - { opts: "-sNO_DISABLE_EXCEPTION_CATCHING -O3 -flto -DNDEBUG" } steps: - name: Fetch current branch - uses: actions/checkout@v3 + uses: actions/checkout@v4.1.1 - name: Running CMake for em++ with ${{ matrix.cfg.opts }} run: | mkdir build @@ -141,7 +141,7 @@ jobs: - { opts: "-O3 -flto -DNDEBUG" } steps: - name: Fetch current branch - uses: actions/checkout@v3 + uses: actions/checkout@v4.1.1 - name: Running CMake for icpx with ${{ matrix.cfg.opts }} run: | source /opt/intel/oneapi/setvars.sh