Skip to content

Fix fallback fonts' handling and building with -flto=auto (Fixes: #159, Fixes: #144) #94

Fix fallback fonts' handling and building with -flto=auto (Fixes: #159, Fixes: #144)

Fix fallback fonts' handling and building with -flto=auto (Fixes: #159, Fixes: #144) #94

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: make
run: make
- name: make install
run: sudo env PREFIX=/usr/ make install
- name: test deps
run: sudo apt-get install -y xvfb
- name: smoke test build
run: xvfb-run ./xst bash -c exit
- name: check installed file
run: ls -la /usr/bin/xst || true
- name: check installed file
run: ls -la /usr/local/bin/xst || true
- name: smoke test install
run: xvfb-run xst bash -c exit