Populate display resolution list at runtime. #115
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: VDrift | |
on: [push, pull_request] | |
jobs: | |
test_Ubuntu: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
- name: install_dependencies | |
run: | | |
sudo apt-get update -y -qq | |
sudo apt-get install scons libsdl2-dev libz-dev libbullet-dev libvorbis-dev libcurl4-gnutls-dev | |
- name: Build | |
run: scons |