version: 2 jobs: build: machine: true steps: - run: no_proxy=165.213.149.164 curl -sL http://165.213.149.164/scripts/set_proxy_setting.sh | sudo -E bash - - checkout - run: name: Install gbs command: | echo "deb [trusted=yes] http://download.tizen.org/tools/archive/19.03/Ubuntu_16.04/ /" | sudo tee /etc/apt/sources.list.d/tizen.list sudo apt-get update sudo apt-get install -y gbs find /proc/sys/fs/binfmt_misc/ -not -name status -not -name register -type f -exec sh -c "echo -1 | sudo tee {}" \; - run: name: Build tizen gbs command: | gbs -c ~/project/.circleci/.gbs.conf build -A armv7l --clean