1919 with :
2020 submodules : true
2121 - name : Build for Linux
22- run : TRAVIS_OS_NAME=linux travis /build.sh
22+ run : TRAVIS_OS_NAME=linux ci_scripts /build.sh
2323 - name : Upload for Linux
24- run : TRAVIS_OS_NAME=linux travis /upload.sh
24+ run : TRAVIS_OS_NAME=linux ci_scripts /upload.sh
2525 env :
2626 gh_ed25519_key : ${{ secrets.GH_ENCRYPTED_ED25519_KEY }}
2727 gh_ed25519_iv : ${{ secrets.GH_ENCRYPTED_ED25519_IV }}
@@ -40,12 +40,12 @@ jobs:
4040 with :
4141 submodules : true
4242 - name : Build for macOS
43- run : TRAVIS_OS_NAME=osx travis /build.sh
43+ run : TRAVIS_OS_NAME=osx ci_scripts /build.sh
4444 - name : Upload for macOS
4545 env :
4646 gh_ed25519_key : ${{ secrets.GH_ENCRYPTED_ED25519_KEY }}
4747 gh_ed25519_iv : ${{ secrets.GH_ENCRYPTED_ED25519_IV }}
48- run : TRAVIS_OS_NAME=osx travis /upload.sh
48+ run : TRAVIS_OS_NAME=osx ci_scripts /upload.sh
4949 - name : Upload macOS plugin descriptors
5050 uses : actions/upload-artifact@v4
5151 with :
@@ -75,13 +75,13 @@ jobs:
7575 mingw-w64-x86_64-libsndfile mingw-w64-x86_64-libsamplerate mingw-w64-x86_64-yasm rsync patch autoconf automake autotools dos2unix
7676 - name : Build for Windows
7777 shell : msys2 {0}
78- run : TRAVIS_OS_NAME=windows travis /build.sh
78+ run : TRAVIS_OS_NAME=windows ci_scripts /build.sh
7979 - name : Upload for Windows
8080 env :
8181 gh_ed25519_key : ${{ secrets.GH_ENCRYPTED_ED25519_KEY }}
8282 gh_ed25519_iv : ${{ secrets.GH_ENCRYPTED_ED25519_IV }}
8383 shell : msys2 {0}
84- run : TRAVIS_OS_NAME=windows travis /upload.sh
84+ run : TRAVIS_OS_NAME=windows ci_scripts /upload.sh
8585 - name : Upload windows plugin descriptors
8686 uses : actions/upload-artifact@v4
8787 with :
@@ -111,8 +111,8 @@ jobs:
111111 merge-multiple : true
112112 - name : Build and Upload HTML
113113 run : |
114- TRAVIS_OS_NAME=linux gh_ed25519_key= gh_ed25519_iv= travis /build_html.sh
115- TRAVIS_OS_NAME=linux travis /upload_html.sh
114+ TRAVIS_OS_NAME=linux gh_ed25519_key= gh_ed25519_iv= ci_scripts /build_html.sh
115+ TRAVIS_OS_NAME=linux ci_scripts /upload_html.sh
116116 env :
117117 gh_ed25519_key : ${{ secrets.GH_ENCRYPTED_ED25519_KEY }}
118118 gh_ed25519_iv : ${{ secrets.GH_ENCRYPTED_ED25519_IV }}
0 commit comments