代码拉取完成,页面将自动刷新
---
language: python # this works for Linux but is an error on macOS or Windows
matrix:
include:
- name: "Python 3.5 on Ubuntu 14.04"
python: 3.5
dist: trusty
before_install: pip3 install scons
- name: "Python 3.6 on Ubuntu 14.04"
python: 3.6
dist: trusty
before_install: pip3 install scons
- name: "Python 3.5 on Ubuntu 16.04"
python: 3.5
dist: xenial
before_install: pip3 install scons
- name: "Python 3.6 on Ubuntu 16.04"
python: 3.6
dist: xenial
before_install: pip3 install scons
- name: "Python 3.7 on Ubuntu 16.04"
python: 3.7
dist: xenial
before_install: pip3 install scons
- name: "Python 3.8 on Ubuntu 16.04"
python: 3.8
dist: xenial
before_install:
- sudo apt-get install libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev libsmpeg-dev libsdl1.2-dev libportmidi-dev libswscale-dev libavformat-dev libavcodec-dev libtiff5-dev libx11-6 libx11-dev fluid-soundfont-gm timgm6mb-soundfont xfonts-base xfonts-100dpi xfonts-75dpi xfonts-cyrillic fontconfig fonts-freefont-ttf libfreetype6-dev
- pip3 install scons
- name: "Python 3.5 on Ubuntu 18.04"
python: 3.5
dist: bionic
before_install: pip3 install scons
- name: "Python 3.6 on Ubuntu 18.04"
python: 3.6
dist: bionic
before_install: pip3 install scons
- name: "Python 3.7 on Ubuntu 18.04"
python: 3.7
dist: bionic
before_install: pip3 install scons
- name: "Python 3.8 on Ubuntu 18.04"
python: 3.8
dist: bionic
before_install:
- sudo apt-get install libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev libsmpeg-dev libsdl1.2-dev libportmidi-dev libswscale-dev libavformat-dev libavcodec-dev libtiff5-dev libx11-6 libx11-dev fluid-soundfont-gm timgm6mb-soundfont xfonts-base xfonts-100dpi xfonts-75dpi xfonts-cyrillic fontconfig fonts-freefont-ttf libfreetype6-dev
- pip3 install scons
- name: "Python 3.7 on macOS 10.14 (Xcode 10.2)"
os: osx
osx_image: xcode10.2
language: shell
before_install: brew install scons
install:
- pip3 install -r requirements.txt
script:
- scons -C nes_py/nes
- mv nes_py/nes/lib_nes_env*.so nes_py
- python3 -m unittest discover .
- python3 setup.py sdist bdist_wheel
notifications:
email: false
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。