-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
103 lines (100 loc) · 2.92 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
language: c
matrix:
include:
# - os: osx
# osx_image: xcode9.4
# env:
# - MOO=BOO
# - POO="macOS 10.13 - xcode9.4"
#
# - os: osx
# osx_image: xcode10.2
# env:
# - MOO=BOO
# - POO="macOS 10.14 - xcode10.2"
#
# - os: linux
# dist: xenial
# env:
# - MOO=BOO
# - POO="Linux xenial"
#
# - os: linux
# dist: trusty
# env:
# - MOO=BOO
# - POO="Linux trusty"
#
- os: windows
filter_secrets: false
env:
- MOO=BOO
- POO="Windows"
#- MSBUILD_PATH="/c/Program Files (x86)/Microsoft Visual Studio/2017/BuildTools/MSBuild/15.0/Bin"
script:
#- echo $MOO $POO $MATRICES_SUCK_HAIRY_LEMMONS $PATH
#- export PATH=$MSBUILD_PATH:$PATH
- echo $MOO $POO $MATRICES_SUCK_HAIRY_LEMMONS
- git clone https://github.com/simh/simh.git
- cd simh
- mkdir BIN
- #sh cmd /c echo blah
- #powershell -Command cmd /c echo blah2
- #cmd.exe /C build_mingw.bat BuildROMs VAX
- #powershell -Command cmd /c mingw32-make -f makefile BuildROMs VAX
- #echo done 0
- CMD.EXE /C 'mingw32-make -f makefile BuildROMs VAX'
- ls -ltr $(find ./ -type f)
- echo done 1
#os: linux
#os: windows
#language: bash
#dist: trusty
#sudo: required
#addons:
# apt:
# packages:
# - bochs-term
# - qemu
# - "python3"
# - "python3-pip"
# - stty -a
# - df -h
# - echo master
# - NOTEPAD.EXE
# - #pip --version
# - #pip3 --version
# - #python --version
# - #sudo pip3 install asciinema
# - #sudo apt-add-repository -y ppa:zanchey/asciinema
# - #sudo apt-get update -o Dir::Etc::sourcelist=/etc/apt/sources.list.d/zanchey-asciinema-trusty.list
# - #sudo apt-get -y install asciinema
# - #asciinema rec -c 'bash -c "echo t3st; sleep 2; echo ok"' "/tmp/1a.cast"
# - #grep '"o",' "/tmp/1a.cast"
# - #qemu --help
# - #qemu-i386 --help
# - #qemu-i386 -cpu help
# - #find / |grep -i qemu
# - #for i in a b c; do wget -O - https://dugoh.github.io/386bsd0.1/disk.part-a${i}; done|bunzip2 >disk.img
# - #sudo mv disk.img /var/root/
# - #sudo hdiutil attach -imagekey diskimage-class=CRawDiskImage -nomount /var/root/disk.img
# - #sudo mkdir /Volumes/m00
# - #sudo mount -t ufs /dev/disk1 /Volumes/m00
# - #sudo find /Volumes/m00
# - #echo
# - #echo ====
# - #echo
# - #sudo diskutil list
# - #./configure && make && make test
# - #mkdir page
# - #cd page
# - #cp -p ../hello* ./
# - #git init
# - #git config user.name "${USER}"
# - #git config user.email "${GHP_MAIL}"
# - #echo "<HTML><HEAD><TITLE>LINKS</TITLE></HEAD><BODY><ul>" >index.html
# - #for file in $(ls|grep -v index.html); do (printf '<li><a href="' ; printf "${file}" ; printf '">' ; printf "${file}" ; printf '</a></li>\n') >>index.html ; done
# - #echo "</ul></BODY></HTML>" >>index.html
# - #git add .
# - #git commit -m "Deploy to GitHub Pages"
# - #git push --force --quiet https://${GHP_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git master:gh-pages >/dev/null 2>&1