📄 buildtest
字号:
#! /bin/csh# $Id: buildtest,v 1.3.2.1 2001/11/09 18:44:29 erik Exp $ ## Defines the configuration for maint/buildtest, this is sourced by that script#set TMP=/ccsthome/alice/aliceset MACH=ico08set ARCH=rs6000_spset TEST=buildexamples_set NICE=''#set day=`date | cut -f1 -d" "`if ($day == Sun) then set BOPT=O_c++ set JOBS=(4 9 13 14)else if ($day == Mon) then set BOPT=O set JOBS=(1 2 3 6 7 8 14)else if ($day == Tue) then set BOPT=g set JOBS=(1 2 3 6 7 8 14)else if ($day == Wed) then set BOPT=O_complex set JOBS=(1 2 3 5 10 13)else if ($day == Thu) then set BOPT=g_c++ set JOBS=(1 2 3 6 8 13 14)else if ($day == Fri) then set BOPT=g_complex set JOBS=(1 2 3 5 10)else if ($day == Sat) then set BOPT=O set JOBS=(1 2 3 7 8 13 14)endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -