mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-28 13:46:05 +02:00
Compare commits
13 Commits
crosstool-
...
3603d82802
Author | SHA1 | Date | |
---|---|---|---|
3603d82802 | |||
8231b1f6d0 | |||
9751032bf7 | |||
1276ade1f0 | |||
ac61758ca6 | |||
748f3c06fe | |||
a1ff15e206 | |||
45c870a3f5 | |||
26baad281a | |||
24fa6a0962 | |||
ab75e7c5a0 | |||
4f1ad856dd | |||
64da83ae96 |
@ -11,6 +11,7 @@ RUN \
|
||||
build-essential \
|
||||
bzip2 \
|
||||
ca-certificates \
|
||||
ccache \
|
||||
curl \
|
||||
dirmngr \
|
||||
file \
|
||||
|
@ -44,7 +44,7 @@ def test_cmake_build_system(build_dir, language, source, emulator, linker_flags,
|
||||
print('Building ' + source + ' with CMake...')
|
||||
|
||||
with open('CMakeLists.txt', 'w') as fp:
|
||||
fp.write('cmake_minimum_required(VERSION 3.0)\n')
|
||||
fp.write('cmake_minimum_required(VERSION 3.16)\n')
|
||||
fp.write('project(test-compiler)\n')
|
||||
fp.write('add_executable(a.out ' + os.path.basename(source) + ')\n')
|
||||
if emulator:
|
||||
|
@ -1,4 +1,4 @@
|
||||
ARG DOCKER_IMAGE_VERSION=3.1.60
|
||||
ARG DOCKER_IMAGE_VERSION=3.1.64
|
||||
FROM emscripten/emsdk:$DOCKER_IMAGE_VERSION
|
||||
|
||||
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
|
||||
|
Reference in New Issue
Block a user