• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (c) 2023-2024 Cosmin Truta.
2#
3# Use, modification and distribution are subject to the MIT License.
4# Please see the accompanying file LICENSE_MIT.txt
5#
6# SPDX-License-Identifier: MIT
7
8export CI_TARGET_ARCH=i86
9export CI_TARGET_SYSTEM=msdoswatcom
10
11export CI_CC="wcl"
12
13# Open Watcom V2 CMake build
14# https://github.com/open-watcom/open-watcom-v2/discussions/716
15export CI_CMAKE_GENERATOR="Watcom WMake"
16export CI_CMAKE_VARS="
17    -DCMAKE_SYSTEM_NAME=DOS
18    -DCMAKE_SYSTEM_PROCESSOR=I86
19"
20