?? buildtest
字號:
#! /bin/csh# $Id: buildtest,v 1.3.2.1 2001/11/09 18:44:23 erik Exp $ ## Defines the configuration for maint/buildtest, this is sourced by that script#set TMP=/sandbox/alice/aliceset MACH=denaliset ARCH=IRIX64set TEST=testexamples_set NICE='nice -20'#set day=`date | cut -f1 -d" "`if ($day == Sun) then set BOPT=g_complex set JOBS=(1 2 3 5 10 12)else if ($day == Mon) then set BOPT=O_complex set JOBS=(1 2 3 5 10 12)else if ($day == Tue) then set BOPT=g_c++ set JOBS=(1 2 3 6 8 12 16)else if ($day == Wed) then set BOPT=g set JOBS=(1 2 3 4 7 13 16)else if ($day == Thu) then set BOPT=O set JOBS=(1 2 3 6 7 8 14 16)else if ($day == Fri) then set BOPT=O set JOBS=(1 2 3 6 12 14 16)else if ($day == Sat) then set BOPT=O_c++ set JOBS=(1 2 3 6 8 12 16)endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -