summary refs log blame commit diff stats
path: root/build_all.sh
blob: 90665672f1df2406b0dfef43d48e654990f77fda (plain) (tree)
1
2
3
4
5
6
7
8
9
10
          
                                                                        
 
                                                                 

                                



                                     

                             
 



                                                                         
#! /bin/sh
rem DO NO EDIT DIRECTLY! auto-generated by `nim r tools/ci_generate.nim`

# build development version of the compiler; can be rerun safely.
# arguments can be passed, e.g.:
# CC=gcc ucpu=amd64 uos=darwin

set -u # error on undefined variables
set -e # exit on first error

. ci/funs.sh
nimBuildCsourcesIfNeeded "$@"

echo_run bin/nim c --skipUserCfg --skipParentCfg --hints:off koch
echo_run ./koch boot -d:release --skipUserCfg --skipParentCfg --hints:off
echo_run ./koch tools --skipUserCfg --skipParentCfg --hints:off