Skip to content

Draft: Add a test for Windows using GitLab CI

Ondřej Čertík requested to merge certik/lfortran:ciwin into master

Issues:

  • The Windows image takes 2.5 minutes to start
  • The before_script is Linux specific:
    before_script:
      - ci/version.sh
      - lfortran_version=$(<version)
  • Must install prerequisites (LLVM, Xonsh, ...) and run the build script

Documentation:

Edited by Ondřej Čertík

Merge request reports