Skip to content

Commit

Permalink
disable windows tests for flang to persist artefacts
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Jun 16, 2023
1 parent 2c2fcf6 commit 8591404
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@ outputs:
commands:
# see naming discussion: https://discourse.llvm.org/t/reviving-rename-flang-new-to-flang/68130/2
# - flang hello_world.f90
- flang-new -flang-experimental-exec hello_world.f90
- flang-new -flang-experimental-exec hello_world.f90 # [not win]
- ./a.out # [unix]
- a.exe # [win]
# - a.exe # [win]

- name: flang_{{ target_platform }}
run_exports:
Expand Down

0 comments on commit 8591404

Please sign in to comment.