https://github.com/casm-lang/casm-lang.container.windows
Windows C++ Build Environment
https://github.com/casm-lang/casm-lang.container.windows
Last synced: 3 months ago
JSON representation
Windows C++ Build Environment
- Host: GitHub
- URL: https://github.com/casm-lang/casm-lang.container.windows
- Owner: casm-lang
- License: other
- Created: 2018-08-28T11:55:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-02T15:06:37.000Z (over 3 years ago)
- Last Synced: 2025-01-08T17:00:20.039Z (5 months ago)
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/casmlang/container.windows
- Size: 85 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE.txt
Awesome Lists containing this project
README
#
# Copyright (C) 2018-2022 CASM Organization
# All rights reserved.
#
# Developed by: Philipp Paulweber et al.
#
#
# This file is part of casm-lang.container.windows.
#
# casm-lang.container.windows is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# casm-lang.container.windows is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with casm-lang.container.windows. If not, see .
#
[[https://github.com/casm-lang/casm-lang.logo/raw/master/etc/headline.png]]#+options: toc:nil
* Windows C++ Build Environment
Provides a =Dockerfile= which creates a C++ build environment for Windows.
which is pushed after a successful build automatically to
https://hub.docker.com/r/casmlang/container.windows.** Status [[https://cirrus-ci.com/github/casm-lang/casm-lang.container.windows][https://api.cirrus-ci.com/github/casm-lang/casm-lang.container.windows.svg]]
The docker container provides a C++ development environment with the following tools:
=sh=, =bash=, =make=, =cmake=, =flex=, =bison=, =gcc=, =clang=, and =msvc=.** Copyright and License
The copyright holder of
=casm-lang.container.windows= is the [[https://casm-lang.org][CASM organization]] ([[https://github.com/casm-lang][@casm-lang]])
and the used license of
=casm-lang.container.windows= is the [[https://www.gnu.org/licenses/gpl-3.0.html][GNU GPLv3]].