lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 0cafa323 2/2: Add a new tab


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 0cafa323 2/2: Add a new tab
Date: Thu, 30 Jun 2022 09:37:46 -0400 (EDT)

branch: master
commit 0cafa3230adbd9ef4070423af86280fca89afaf8
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Add a new tab
---
 tabs/3/startup_script        |  6 ++++++
 tabs/5/startup_script        | 36 +++++++++++++++++++++++++++++++-----
 tabs/6/startup_script        |  7 ++++---
 tabs/{6 => 7}/startup_script |  0
 tabs/konsole_tabs            | 13 +++++++------
 5 files changed, 48 insertions(+), 14 deletions(-)

diff --git a/tabs/3/startup_script b/tabs/3/startup_script
index fa9ebdce..8da9ace0 100755
--- a/tabs/3/startup_script
+++ b/tabs/3/startup_script
@@ -14,6 +14,8 @@ j='./nychthemeral_test.sh'
 k='make $coefficiency install check_physical_closure 2>&1 | less -S'
 l='make $coefficiency unit_tests unit_test_targets=regex_test 2>&1 | less -S'
 m='make $coefficiency LMI_COMPILER=gcc LMI_TRIPLET=x86_64-pc-linux-gnu 
check_concinnity 2>&1 |less -S -N'
+n='LMI_COMPILER=gcc   ; LMI_TRIPLET=x86_64-pc-linux-gnu ; . 
/opt/lmi/src/lmi/set_toolchain.sh'
+o='LMI_COMPILER=clang ; LMI_TRIPLET=x86_64-pc-linux-gnu ; . 
/opt/lmi/src/lmi/set_toolchain.sh'
 
 print -rs $b ; echo $b ; eval $b
 print -rs $c ; echo $c
@@ -27,6 +29,8 @@ print -rs $j ; echo $j
 print -rs $k ; echo $k
 print -rs $l ; echo $l
 print -rs $m ; echo $m
+print -rs $n ; echo $n
+print -rs $o ; echo $o
 
 unset a
 unset b
@@ -41,3 +45,5 @@ unset j
 unset k
 unset l
 unset m
+unset n
+unset o
diff --git a/tabs/5/startup_script b/tabs/5/startup_script
index 616f66b6..7cac2b87 100755
--- a/tabs/5/startup_script
+++ b/tabs/5/startup_script
@@ -2,19 +2,45 @@
 
 a='schroot --chroot=lmi'
 
-b='cd /opt/lmi/bin'
-c='. /opt/lmi/src/lmi/set_toolchain.sh'
-d='wine ./lmi_wx_shared --ash_nazg --data_path=/opt/lmi/data'
-# redirect voluminous GTK diagnostics
-e='lmipath=/opt/lmi/gcc_x86_64-pc-linux-gnu/build/ship; 
LD_LIBRARY_PATH=$lmipath:/opt/lmi/local/gcc_x86_64-pc-linux-gnu/lib/ 
$lmipath/lmi_wx_shared --ash_nazg --data_path=/opt/lmi/data 2>&1 |less'
+b='cd /opt/lmi/src/lmi'
+c='make $coefficiency install check_physical_closure 2>&1 | tee ../log | sed 
-f diagnostics.sed | less -S'
+d='make $coefficiency cgi_tests cli_tests 2>&1 | less -S'
+e='make $coefficiency system_test 2>&1 | less -S'
+f="make \$coefficiency --output-sync=recurse unit_tests 2>&1 | tee >(grep 
'\*\*\*') >(grep '????') >(grep '!!!!' --count | xargs printf '%d tests 
succeeded\n') >../log"
+g='make $coefficiency all build_type=so_test 2>&1 | tee ../log | sed -f 
diagnostics.sed | less -S'
+h='make $coefficiency cgi_tests cli_tests build_type=safestdlib 2>&1 | tee 
../log | sed -f diagnostics.sed | less -S'
+i="make \$coefficiency --output-sync=recurse unit_tests build_type=safestdlib 
2>&1 | tee >(grep '\*\*\*') >(grep '????') >(grep '!!!!' --count | xargs printf 
'%d tests succeeded\n') >../log"
+j='./nychthemeral_test.sh'
+k='make $coefficiency install check_physical_closure 2>&1 | less -S'
+l='make $coefficiency unit_tests unit_test_targets=regex_test 2>&1 | less -S'
+m='make $coefficiency LMI_COMPILER=gcc LMI_TRIPLET=x86_64-pc-linux-gnu 
check_concinnity 2>&1 |less -S -N'
+n='LMI_COMPILER=gcc   ; LMI_TRIPLET=x86_64-w64-mingw32  ; . 
/opt/lmi/src/lmi/set_toolchain.sh'
 
 print -rs $b ; echo $b ; eval $b
 print -rs $c ; echo $c
 print -rs $d ; echo $d
 print -rs $e ; echo $e
+print -rs $f ; echo $f
+print -rs $g ; echo $g
+print -rs $h ; echo $h
+print -rs $i ; echo $i
+print -rs $j ; echo $j
+print -rs $k ; echo $k
+print -rs $l ; echo $l
+print -rs $m ; echo $m
+print -rs $n ; echo $n
 
 unset a
 unset b
 unset c
 unset d
 unset e
+unset f
+unset g
+unset h
+unset i
+unset j
+unset k
+unset l
+unset m
+unset n
diff --git a/tabs/6/startup_script b/tabs/6/startup_script
index 27b69cd5..616f66b6 100755
--- a/tabs/6/startup_script
+++ b/tabs/6/startup_script
@@ -2,10 +2,11 @@
 
 a='schroot --chroot=lmi'
 
-b='cd /opt/lmi/proprietary'
+b='cd /opt/lmi/bin'
 c='. /opt/lmi/src/lmi/set_toolchain.sh'
-d='pushd /opt/lmi/touchstone ; d=/opt/lmi/touchstone-old/touchstone-$(date -u 
+"%Y%m%dT%H%MZ") && mkdir -p $d && for z in *; do cmp --quiet $z ../test/$z || 
( mv $z $d/$z; mv ../test/$z ./$z; ) ; done; popd'
-e='git bundle create /srv/cache_for_lmi/blessed/$(date -u 
+"%Y%m%dT%H%MZ")-gwc.bundle origin/master..HEAD --branches'
+d='wine ./lmi_wx_shared --ash_nazg --data_path=/opt/lmi/data'
+# redirect voluminous GTK diagnostics
+e='lmipath=/opt/lmi/gcc_x86_64-pc-linux-gnu/build/ship; 
LD_LIBRARY_PATH=$lmipath:/opt/lmi/local/gcc_x86_64-pc-linux-gnu/lib/ 
$lmipath/lmi_wx_shared --ash_nazg --data_path=/opt/lmi/data 2>&1 |less'
 
 print -rs $b ; echo $b ; eval $b
 print -rs $c ; echo $c
diff --git a/tabs/6/startup_script b/tabs/7/startup_script
similarity index 100%
copy from tabs/6/startup_script
copy to tabs/7/startup_script
diff --git a/tabs/konsole_tabs b/tabs/konsole_tabs
index abbb2fe8..817221dd 100644
--- a/tabs/konsole_tabs
+++ b/tabs/konsole_tabs
@@ -50,9 +50,10 @@
 # panes. Having figured out how to start various terminals with tabbed
 # sessions, I do wonder whether I should have used 'expect'.
 #
-title: Mirror      ;; profile: Shell ;; command: schroot --chroot=lmi 
--directory=/opt/lmi/src/lmi/tabs/1
-title: Commit      ;; profile: Shell ;; command: schroot --chroot=lmi 
--directory=/opt/lmi/src/lmi/tabs/2
-title: Build       ;; profile: Shell ;; command: schroot --chroot=lmi 
--directory=/opt/lmi/src/lmi/tabs/3
-title: Edit        ;; profile: Shell ;; command: schroot --chroot=lmi 
--directory=/opt/lmi/src/lmi/tabs/4
-title: Run         ;; profile: Shell ;; command: schroot --chroot=lmi 
--directory=/opt/lmi/src/lmi/tabs/5
-title: Proprietary ;; profile: Shell ;; command: schroot --chroot=lmi 
--directory=/opt/lmi/src/lmi/tabs/6
+title: Mirror       ;; profile: Shell ;; command: schroot --chroot=lmi 
--directory=/opt/lmi/src/lmi/tabs/1
+title: Commit       ;; profile: Shell ;; command: schroot --chroot=lmi 
--directory=/opt/lmi/src/lmi/tabs/2
+title: Build native ;; profile: Shell ;; command: schroot --chroot=lmi 
--directory=/opt/lmi/src/lmi/tabs/3
+title: Edit         ;; profile: Shell ;; command: schroot --chroot=lmi 
--directory=/opt/lmi/src/lmi/tabs/4
+title: Build msw    ;; profile: Shell ;; command: schroot --chroot=lmi 
--directory=/opt/lmi/src/lmi/tabs/5
+title: Run          ;; profile: Shell ;; command: schroot --chroot=lmi 
--directory=/opt/lmi/src/lmi/tabs/6
+title: Proprietary  ;; profile: Shell ;; command: schroot --chroot=lmi 
--directory=/opt/lmi/src/lmi/tabs/7



reply via email to

[Prev in Thread] Current Thread [Next in Thread]