|
11 | 11 | RUNNER: tools/run-tests.py |
12 | 12 |
|
13 | 13 | jobs: |
14 | | - check-tidy: |
15 | | - runs-on: ubuntu-24.04 |
16 | | - steps: |
17 | | - - uses: actions/checkout@v4 |
18 | | - with: |
19 | | - submodules: true |
20 | | - - name: Install Packages |
21 | | - run: | |
22 | | - wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key|sudo apt-key add - |
23 | | - sudo add-apt-repository "deb [trusted=yes] http://apt.llvm.org/noble/ llvm-toolchain-noble-20 main" |
24 | | - sudo apt-get update |
25 | | - sudo apt-get install -y clang-format-20 |
26 | | - - name: Test |
27 | | - run: tools/check_tidy.py |
| 14 | +# check-tidy: |
| 15 | +# runs-on: ubuntu-24.04 |
| 16 | +# steps: |
| 17 | +# - uses: actions/checkout@v4 |
| 18 | +# with: |
| 19 | +# submodules: true |
| 20 | +# - name: Install Packages |
| 21 | +# run: | |
| 22 | +# wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key|sudo apt-key add - |
| 23 | +# sudo add-apt-repository "deb [trusted=yes] http://apt.llvm.org/noble/ llvm-toolchain-noble-20 main" |
| 24 | +# sudo apt-get update |
| 25 | +# sudo apt-get install -y clang-format-20 |
| 26 | +# - name: Test |
| 27 | +# run: tools/check_tidy.py |
28 | 28 |
|
29 | 29 | build-on-macos: |
30 | 30 | runs-on: macos-13 |
@@ -80,36 +80,36 @@ jobs: |
80 | 80 | cp test/octane/*.js . |
81 | 81 | ./out/release/escargot run.js |
82 | 82 |
|
83 | | - build-test-on-android: |
84 | | - runs-on: macos-13 |
85 | | - strategy: |
86 | | - matrix: |
87 | | - arch: [x86, x86_64] |
88 | | - api: [28] |
89 | | - steps: |
90 | | - - uses: actions/checkout@v4 |
91 | | - with: |
92 | | - submodules: true |
93 | | - - name: Install Packages |
94 | | - run: | |
95 | | - brew update |
96 | | - - name: Set up JDK |
97 | | - |
98 | | - with: |
99 | | - distribution: "zulu" |
100 | | - java-version: 17 |
101 | | - - name: Gradle cache |
102 | | - uses: gradle/actions/setup-gradle@v3 |
103 | | - - name: Create AVD and run tests |
104 | | - uses: reactivecircus/android-emulator-runner@v2 |
105 | | - with: |
106 | | - api-level: ${{ matrix.api }} |
107 | | - arch: ${{ matrix.arch }} |
108 | | - force-avd-creation: false |
109 | | - emulator-options: -no-window -gpu swiftshader_indirect -camera-back none -no-snapshot-save -gpu swiftshader_indirect -noaudio -no-boot-anim |
110 | | - disable-animations: true |
111 | | - script: cd build/android/;./gradlew connectedDebugAndroidTest -DESCARGOT_BUILD_TLS_ACCESS_BY_PTHREAD_KEY=ON |
112 | | - |
| 83 | +# build-test-on-android: |
| 84 | +# runs-on: macos-13 |
| 85 | +# strategy: |
| 86 | +# matrix: |
| 87 | +# arch: [x86, x86_64] |
| 88 | +# api: [28] |
| 89 | +# steps: |
| 90 | +# - uses: actions/checkout@v4 |
| 91 | +# with: |
| 92 | +# submodules: true |
| 93 | +# - name: Install Packages |
| 94 | +# run: | |
| 95 | +# brew update |
| 96 | +# - name: Set up JDK |
| 97 | + |
| 98 | +# with: |
| 99 | +# distribution: "zulu" |
| 100 | +# java-version: 17 |
| 101 | +# - name: Gradle cache |
| 102 | +# uses: gradle/actions/setup-gradle@v3 |
| 103 | +# - name: Create AVD and run tests |
| 104 | +# uses: reactivecircus/android-emulator-runner@v2 |
| 105 | +# with: |
| 106 | +# api-level: ${{ matrix.api }} |
| 107 | +# arch: ${{ matrix.arch }} |
| 108 | +# force-avd-creation: false |
| 109 | +# emulator-options: -no-window -gpu swiftshader_indirect -camera-back none -no-snapshot-save -gpu swiftshader_indirect -noaudio -no-boot-anim |
| 110 | +# disable-animations: true |
| 111 | +# script: cd build/android/;./gradlew connectedDebugAndroidTest -DESCARGOT_BUILD_TLS_ACCESS_BY_PTHREAD_KEY=ON |
| 112 | +# |
113 | 113 | # build-by-clang: |
114 | 114 | # runs-on: ubuntu-latest |
115 | 115 | # steps: |
|
0 commit comments