25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- language: generic
- dist: xenial
- addons:
- sauce_connect: true
- before_install:
- - sudo apt-get install -y python3-pillow python3-numpy python3-pip
- - sudo pip3 install selenium
- jobs:
- include:
- - stage: build
- script: python3 utils/build/build.py
- - stage: test
- script: python3 tests/run_tests.py
|