Skip to content

Commit 4492f9d

Browse files
committed
Test in CI
1 parent 42047af commit 4492f9d

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

  • .github/workflows
  • packages
    • conf-aarch64-linux-gnu-gcc/conf-aarch64-linux-gnu-gcc.1
    • conf-x86_64-linux-gnu-gcc/conf-x86_64-linux-gnu-gcc.1

.github/workflows/windows.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Windows CI
22
on:
33
push:
4-
branches:
5-
- master
64
pull_request:
75
env:
86
OPAMROOT: D:\opamroot
@@ -107,9 +105,9 @@ jobs:
107105
env:
108106
ALL_CHANGED_PACKAGES: ${{ steps.changed-packages.outputs.data }}
109107
WINDOWSENV: ${{ matrix.windows_env }}
110-
if: github.event_name != 'push'
108+
#if: github.event_name != 'push'
111109
run: |
112-
$pkgs = $env:ALL_CHANGED_PACKAGES | ConvertFrom-Json
110+
$pkgs = "conf-aarch64-linux-gnu-gcc.1 conf-x86_64-linux-gnu-gcc.1".Split(" ")
113111
$failed = $false
114112
opam update
115113
Foreach ($pkg in $pkgs) {

packages/conf-aarch64-linux-gnu-gcc/conf-aarch64-linux-gnu-gcc.1/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ Please install aarch64-linux-gnu-gcc manually, as there is no known package
2020
for it for your distribution."""
2121
{failure}
2222
x-maintenance-intent: ["(latest)"]
23+
x-ci-accept-failures: ["cygwin" "msys2"]

packages/conf-x86_64-linux-gnu-gcc/conf-x86_64-linux-gnu-gcc.1/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ Please install x86_64-linux-gnu-gcc manually, as there is no known package
2020
for it for your distribution."""
2121
{failure}
2222
x-maintenance-intent: ["(latest)"]
23+
x-ci-accept-failures: ["cygwintypo" "msys2"]

0 commit comments

Comments
 (0)